2015-02-04 16:08:32 +01:00
<!doctype html>
< html class = "no-js" lang = "" >
2014-07-31 18:00:20 +02:00
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< title > < / title >
< meta name = "description" content = "" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2015-02-04 16:08:32 +01:00
< link rel = "apple-touch-icon" href = "apple-touch-icon.png" >
<!-- Place favicon.ico in the root directory -->
2014-07-31 18:00:20 +02:00
< link rel = "stylesheet" href = "css/normalize.css" >
< link rel = "stylesheet" href = "css/main.css" >
2015-02-04 16:08:32 +01:00
< script src = "js/vendor/modernizr-2.8.3.min.js" > < / script >
2014-07-31 18:00:20 +02:00
< / head >
< body >
2015-02-04 16:08:32 +01:00
<!-- [if lt IE 8]>
< p class = "browserupgrade" > You are using an < strong > outdated< / strong > browser. Please < a href = "http://browsehappy.com/" > upgrade your browser< / a > to improve your experience.< / p >
2014-07-31 18:00:20 +02:00
<![endif]-->
<!-- Add your site or application content here -->
< p > Hello world! This is HTML5 Boilerplate.< / p >
2015-02-04 16:08:32 +01:00
< script src = "//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js" > < / script >
< script > window . jQuery || document . write ( '<script src="js/vendor/jquery-1.11.2.min.js"><\/script>' ) < / script >
2014-07-31 18:00:20 +02:00
< script src = "js/plugins.js" > < / script >
< script src = "js/main.js" > < / script >
<!-- Google Analytics: change UA - XXXXX - X to be your site's ID. -->
< script >
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
2015-02-04 16:08:32 +01:00
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
2014-07-31 18:00:20 +02:00
< / script >
< / body >
< / html >