3ce3fe9 by Anon Ray at 2012-11-23 |
1 |
<!DOCTYPE html> |
|
2 |
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> |
|
3 |
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> |
|
4 |
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> |
|
5 |
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> |
|
6 |
<head> |
|
7 |
<meta charset="utf-8"> |
|
8 |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
|
9 |
<title></title> |
|
10 |
<meta name="description" content=""> |
|
11 |
<meta name="viewport" content="width=device-width"> |
|
12 |
|
|
13 |
<!-- Place favicon.ico and apple-touch-icon.png in the root directory --> |
|
14 |
|
|
15 |
<link rel="stylesheet" href="css/normalize.css"> |
|
16 |
<link rel="stylesheet" href="css/main.css"> |
|
17 |
<script src="js/vendor/modernizr-2.6.1.min.js"></script> |
|
18 |
</head> |
|
19 |
<body> |
|
20 |
<!--[if lt IE 7]> |
|
21 |
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p> |
|
22 |
<![endif]--> |
|
23 |
|
|
24 |
<!-- Add your site or application content here --> |
|
25 |
<p>Hello world! This is HTML5 Boilerplate.</p> |
|
26 |
|
|
27 |
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script> |
|
28 |
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.8.0.min.js"><\/script>')</script> |
|
29 |
<script src="js/plugins.js"></script> |
|
30 |
<script src="js/main.js"></script> |
|
31 |
|
|
32 |
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. --> |
|
33 |
<script> |
|
34 |
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']]; |
|
35 |
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0]; |
|
36 |
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js'; |
|
37 |
s.parentNode.insertBefore(g,s)}(document,'script')); |
|
38 |
</script> |
|
39 |
</body> |
|
40 |
</html> |