2014-09-29 14:19:05 -04:00
|
|
|
<!doctype html>
|
2015-03-12 16:01:39 -04:00
|
|
|
<!--[if lte IE 9]> <html lang="fr" class="ie9"> <![endif]-->
|
2016-02-29 11:31:31 -05:00
|
|
|
<!--[if gt IE 9]><!--> <html lang="fr"> <!--<![endif]-->
|
2016-02-16 14:34:11 -05:00
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
<meta name="description" content="">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
<meta name="theme-color" content="#f2f2f2">
|
|
|
|
|
<title>Boilerplate</title>
|
2014-09-29 14:19:05 -04:00
|
|
|
|
2016-02-16 14:34:11 -05:00
|
|
|
<link rel="apple-touch-icon" href="assets/images/apple-touch-icon.png">
|
|
|
|
|
<link rel="icon" href="assets/images/favicon.png">
|
2014-10-02 15:36:53 -04:00
|
|
|
|
2016-03-11 11:02:59 -05:00
|
|
|
<link rel="stylesheet" href="assets/styles/main.css">
|
2016-02-16 14:34:11 -05:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2016-01-26 13:36:46 -05:00
|
|
|
|
2016-02-16 14:34:11 -05:00
|
|
|
<h1 data-module="Generic, Title">Locomotive boilerplate</h1>
|
2014-12-22 10:59:35 -05:00
|
|
|
|
2016-03-22 15:31:37 -04:00
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
|
|
|
|
|
<script>window.jQuery || document.write('<script src="assets/scripts/jquery-2.2.2.min.js"><\/script>')</script>
|
2016-03-11 11:02:59 -05:00
|
|
|
<script src="assets/scripts/vendors.js"></script>
|
|
|
|
|
<script src="assets/scripts/app.js"></script>
|
2016-02-16 14:34:11 -05:00
|
|
|
</body>
|
2014-09-29 14:19:05 -04:00
|
|
|
</html>
|