2018-02-01 09:58:18 -05:00
|
|
|
<!doctype html>
|
2019-03-24 17:15:47 -04:00
|
|
|
<html class="has-no-js" lang="en" data-page="page">
|
2018-02-01 09:58:18 -05:00
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
2019-02-11 11:40:43 -05:00
|
|
|
<title>Page | Boilerplate</title>
|
2018-02-01 09:58:18 -05:00
|
|
|
<meta name="description" content="">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
2019-02-11 11:40:43 -05:00
|
|
|
<meta name="theme-color" content="#ffffff">
|
2019-02-11 11:42:09 -05:00
|
|
|
<meta name="msapplication-TileColor" content="#ffffff">
|
2019-02-11 11:40:43 -05:00
|
|
|
<link rel="manifest" href="site.webmanifest">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicons/apple-touch-icon.png">
|
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicons/favicon-32x32.png">
|
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicons/favicon-16x16.png">
|
|
|
|
|
<link rel="mask-icon" href="assets/images/favicons/safari-pinned-tab.svg" color="#000000">
|
2018-02-01 09:58:18 -05:00
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="assets/styles/main.css">
|
|
|
|
|
</head>
|
2019-03-24 17:15:47 -04:00
|
|
|
<body data-module-load>
|
2019-02-11 11:40:43 -05:00
|
|
|
|
2018-02-01 09:58:18 -05:00
|
|
|
<header>
|
2019-03-24 17:15:47 -04:00
|
|
|
<h1>Boilerplate</h1>
|
|
|
|
|
<nav>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="page.html">Page</a></li>
|
|
|
|
|
<li><a href="page.html" data-load="customTransition">Custom page</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</nav>
|
2018-02-01 09:58:18 -05:00
|
|
|
</header>
|
|
|
|
|
|
2019-03-24 17:15:47 -04:00
|
|
|
<main>
|
|
|
|
|
<div data-load-container>
|
|
|
|
|
<div data-module-scroll>
|
2019-02-11 11:40:43 -05:00
|
|
|
|
2019-03-24 17:15:47 -04:00
|
|
|
<p>Page</p>
|
|
|
|
|
|
|
|
|
|
</div>
|
2018-02-01 09:58:18 -05:00
|
|
|
</div>
|
2019-03-24 17:15:47 -04:00
|
|
|
</main>
|
|
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
|
<p>Made with <a href="https://github.com/locomotivemtl/locomotive-boilerplate" title="Locomotive Boilerplate" target="_blank">🚂</a></p>
|
|
|
|
|
</footer>
|
2018-02-01 09:58:18 -05:00
|
|
|
|
2019-03-24 17:15:47 -04:00
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
|
|
|
|
<script>window.jQuery || document.write('<script src="assets/scripts/jquery-3.3.1.min.js"><\/script>')</script>
|
2018-02-01 09:58:18 -05:00
|
|
|
<script src="assets/scripts/vendors.js"></script>
|
|
|
|
|
<script src="assets/scripts/app.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|