-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (61 loc) · 2.23 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]!-->
<html class='no-js' lang='en'>
<!--<![endif]-->
<head>
<meta charset='utf-8'>
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
<title>nathos @ github</title>
<meta content='' name='description'>
<meta content='' name='author'>
<!-- %meta{:name =>"viewport", :content => "width=device-width, initial-scale=1.0"} -->
<link href='/favicon.ico' rel='shortcut icon'>
<link href='/apple-touch-icon.png' rel='apple-touch-icon'>
<link href='/stylesheets/style.css?v=1' rel='stylesheet'>
<script src='/javascripts/libs/modernizr-1.7.min.js'></script>
</head>
<body>
<div id='container'>
<header></header>
<div id='main-content' role='main'>
<h1>What's here?</h1>
<ul id='whatshere'>
<li>
<a href='/fancy-hovers/'>Compass fancy-hover mixin</a>
</li>
<li>
<a href='/flippy/'>Compass flippy mixin</a>
</li>
</ul>
</div>
<footer></footer>
</div>
<script src='//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js'></script>
<script>
//<![CDATA[
window.jQuery || document.write("<script src='javascripts/libs/jquery-1.5.1.min.js'>\x3C/script>")
//]]>
</script>
<!-- %script{:src => "/javascripts/plugins.js"} -->
<!-- %script{:src => "/javascripts/script.js"} -->
<!--[if lt IE 7 ]>
<script src='/javascripts/libs/dd_belatedpng.js'></script>
<script>
//<![CDATA[
DD_belatedPNG.fix("img, .png_bg"); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb
//]]>
</script>
<![endif]-->
<script>
//<![CDATA[
var _gaq=[["_setAccount","UA-XXXXX-X"],["_trackPageview"]];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
g.src=("https:"==location.protocol?"//ssl":"//www")+".google-analytics.com/ga.js";
s.parentNode.insertBefore(g,s)}(document,"script"));
//]]>
</script>
</body>
</html>