mirror of
https://github.com/danog/inline-critical.git
synced 2024-11-27 04:24:39 +01:00
58 lines
2.3 KiB
HTML
58 lines
2.3 KiB
HTML
<!doctype html>
|
|
<html class="no-js">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>critical css test</title>
|
|
<meta name="description" content="">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
|
|
|
|
<!-- build:css styles/main.css -->
|
|
<script>
|
|
(function(u,s){!function(e){"use strict";var n=function(n,t,o){var l,r=e.document,i=r.createElement("link");if(t)l=t;else{var a=(r.body||r.getElementsByTagName("head")[0]).childNodes;l=a[a.length-1]}var d=r.styleSheets;i.rel="stylesheet",i.href=n,i.media="only x",l.parentNode.insertBefore(i,t?l:l.nextSibling);var f=function(e){for(var n=i.href,t=d.length;t--;)if(d[t].href===n)return e();setTimeout(function(){f(e)})};return i.onloadcssdefined=f,f(function(){i.media=o||"all"}),i};"undefined"!=typeof module?module.exports=n:e.loadCSS=n}("undefined"!=typeof global?global:this);for(var i in u){loadCSS(u[i],s);}}(['css/main.css']));
|
|
</script>
|
|
<noscript>
|
|
<link rel="stylesheet" href="css/main.css">
|
|
</noscript>
|
|
|
|
<!-- endbuild -->
|
|
|
|
</head>
|
|
<body>
|
|
<!--[if lt IE 10]>
|
|
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
|
|
<![endif]-->
|
|
|
|
<div class="container">
|
|
<div class="header">
|
|
<ul class="nav nav-pills pull-right">
|
|
<li class="active"><a href="#">Home</a></li>
|
|
<li><a href="#">About</a></li>
|
|
<li><a href="#">Contact</a></li>
|
|
</ul>
|
|
<h3 class="text-muted">critical css test</h3>
|
|
</div>
|
|
|
|
<div class="jumbotron">
|
|
<h1>'Allo, 'Allo!</h1>
|
|
<p class="lead">Always a pleasure scaffolding your apps.</p>
|
|
<p><a class="btn btn-lg btn-success" href="#">Splendid!</a></p>
|
|
</div>
|
|
|
|
<div class="row marketing">
|
|
<div class="col-lg-6">
|
|
<h4>HTML5 Boilerplate</h4>
|
|
<p>HTML5 Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites.</p>
|
|
|
|
<h4>Bootstrap</h4>
|
|
<p>Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="footer">
|
|
<p>♥ from the Yeoman team</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|