2014-09-29 14:19:05 -04:00
|
|
|
<!doctype html>
|
2019-02-11 11:40:43 -05:00
|
|
|
<html class="has-no-js" lang="en" data-debug="true">
|
2016-08-22 10:30:46 -04:00
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
2019-02-11 11:40:43 -05:00
|
|
|
<title>Boilerplate</title>
|
2016-08-22 10:30:46 -04:00
|
|
|
<meta name="description" content="">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2014-09-29 14:19:05 -04:00
|
|
|
|
2019-02-11 11:40:43 -05:00
|
|
|
<meta name="msapplication-TileColor" content="#ffffff">
|
|
|
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
|
<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">
|
2014-10-02 15:36:53 -04:00
|
|
|
|
2016-08-22 10:30:46 -04:00
|
|
|
<link rel="stylesheet" href="assets/styles/main.css">
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2018-05-10 11:12:05 -04:00
|
|
|
|
2018-02-01 09:58:18 -05:00
|
|
|
<header>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="/">Home</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
2018-02-01 16:14:35 -05:00
|
|
|
<a href="page.html" data-transition="CustomTransition">Page</a>
|
2018-02-01 09:58:18 -05:00
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="page.html" class="no-transition">No transition link</a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
|
<div id="js-pjax-wrapper">
|
2019-02-11 11:40:43 -05:00
|
|
|
<div class="js-pjax-container" data-template="home">
|
2018-10-17 12:05:33 -04:00
|
|
|
<div class="o-scroll" data-module="Scroll">
|
2018-10-17 10:53:08 -04:00
|
|
|
<div data-module="Example">Home page with Example module</div>
|
|
|
|
|
</div>
|
2017-03-02 09:43:20 -05:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2019-02-11 11:40:43 -05:00
|
|
|
<script src="https://ajax.googleapis.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>
|
2016-08-22 10:30:46 -04:00
|
|
|
<script src="assets/scripts/vendors.js"></script>
|
|
|
|
|
<script src="assets/scripts/app.js"></script>
|
|
|
|
|
</body>
|
2014-09-29 14:19:05 -04:00
|
|
|
</html>
|