forked from minamarkham/sassy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (56 loc) · 2.66 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9 ie8"> <![endif]-->
<!--[if IE 9]> <html class="no-js gt-ie9 ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js gt-ie9"> <!--<![endif]-->
<head>
<!--
Description:
Version:
Author:
//-->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- #DNS prefetching -->
<!-- http://csswizardry.com/2013/01/front-end-performance-for-web-designers-and-front-end-developers -->
<link rel="dns-prefetch" href="//ajax.googleapis.com">
<link rel="dns-prefetch" href="//use.typekit.net">
<link rel="dns-prefetch" href="//google-analytics.com">
<!-- #Asset Prefetching -->
<!-- Fetch and Download Assets before requested by the user -->
<!-- http://csswizardry.com/2013/01/front-end-performance-for-web-designers-and-front-end-developers/#section:resource-prefetching -->
<link rel="prefetch" href="">
<!-- #Page Prefetching -->
<!-- http://calendar.perfplanet.com/2012/speed-up-your-site-using-prefetching -->
<link rel="prefetch" href="index.html">
<!-- #Typekit -->
<title>Sassy Starter</title>
<meta name="description" content="">
<meta name="robots" content="all">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, user-scalable=1, initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- MS Tap Highlight for Windows Phones -->
<!-- The tag is specific to Internet Explorer 10 on Windows Phone, and does not apply to Internet Explorer 10 on Windows. -->
<!-- http://stackoverflow.com/questions/7508100/webkit-tap-highlight-color-in-windows-phone -->
<meta name="msapplication-tap-highlight" content="no">
<!-- Windows 8 Start Tile -->
<meta name="application-name" content=""/>
<meta name="msapplication-TileColor" content="#"/>
<meta name="msapplication-TileImage" content="start.png"/>
<!-- Place favicon.ico and apple-touch-icon(s) in the root directory -->
<!-- http://mathiasbynens.be/notes/rel-shortcut-icon -->
<!-- http://mathiasbynens.be/notes/touch-icons -->
<!-- CSS, you gotta have style -->
<link rel="stylesheet" href="css/styles.css">
<!-- Modernizer, cause some browsers suck -->
<script src="js/libs/modernizr.js"></script>
</head>
<body>
<!-- Add your site or application here -->
<!-- SCRIPTS -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/build/plugins.js"></script>
<script src="js/build/global.js"></script>
<!-- Google Analytics -->
</body>
</html>