2018-02-01 09:58:18 -05:00
<!doctype html>
2019-02-11 11:40:43 -05:00
< html class = "has-no-js" lang = "en" data-debug = "true" >
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 >
< body >
2019-02-11 11:40:43 -05: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" >
< 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.
2019-02-11 11:40:43 -05:00
2018-02-01 09:58:18 -05:00
< / 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 >