46 lines
1.9 KiB
HTML
46 lines
1.9 KiB
HTML
<!doctype html>
|
|
<!--[if lte IE 9]> <html lang="fr" class="has-no-js ie9"> <![endif]-->
|
|
<!--[if gt IE 9]><!--> <html lang="fr" class="has-no-js"> <!--<![endif]-->
|
|
<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>Page | Boilerplate</title>
|
|
|
|
<link rel="apple-touch-icon" href="assets/images/apple-touch-icon.png">
|
|
<link rel="icon" href="assets/images/favicon.png">
|
|
|
|
<link rel="stylesheet" href="assets/styles/main.css">
|
|
</head>
|
|
<body>
|
|
|
|
<header>
|
|
<ul>
|
|
<li>
|
|
<a href="/">Home</a>
|
|
</li>
|
|
<li>
|
|
<a href="page.html" data-transition="CustomTransition">Page</a>
|
|
</li>
|
|
<li>
|
|
<a href="page.html" class="no-transition">No transition link</a>
|
|
</li>
|
|
</ul>
|
|
</header>
|
|
|
|
<div id="js-pjax-wrapper">
|
|
<div class="js-pjax-container" data-template="page" data-transition="pageTransition">
|
|
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repellendus tempore officia temporibus error rem id, vel perspiciatis eveniet placeat, ducimus fugit vitae sequi, quas deserunt ab eius expedita quia nulla.
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
|
<script>window.jQuery || document.write('<script src="assets/scripts/jquery-3.2.1.min.js"><\/script>')</script>
|
|
<script src="assets/scripts/vendors.js"></script>
|
|
<script src="assets/scripts/app.js"></script>
|
|
</body>
|
|
</html>
|