-
-
Notifications
You must be signed in to change notification settings - Fork 98
/
Copy pathindex.html
117 lines (95 loc) · 4.78 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<!--
Wirefy by Chris Da Sie
Version: 3.0.4
URL: https://getwirefy.com
MIT License
-->
<!-- HTML5 Boilerplate -->
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================= -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="author" content="humans.txt">
<meta name="keywords" content="">
<!-- Mobile Specific Metas
================================================= -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- CSS - These are your main CSS files. All base styles can be found in the base.css and any additional styles
or overwrites should be used in the layout.css. We have now added support for SCSS. Using CodeKit or a similar preprocessor will help you write and rewrite the SCSS files.
================================================= -->
<!-- <link rel="stylesheet" href="css/font-awesome-ie7.min.css"> -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.min.css">
<!-- IcoMoon Font -->
<link rel="stylesheet" href="http://i.icomoon.io/public/18970fcf57/Wirefy/style.css">
<link rel="stylesheet" href="css/wirefy.css"> <!-- Compiled from wirefy.scss -->
<!-- Optional use CDN. Then add your own stylesheet on top -->
<!-- <link rel="stylesheet" href="//cdn.getwirefy.com/wirefy.min.css"> -->
<!-- Browser Specific Javascript
================================================= -->
<script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<!--[if lt IE 9 & !IEMobile]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js"></script>
<![endif]-->
<!-- Favicon and apple-touch-icon.png in the img folder. Include the ones you need.
================================================== -->
<link rel="apple-touch-icon" href="images/favicon/favicon.png"/>
<link rel="icon" href="images/favicon/favicon.png"/>
<link rel="icon" href="images/favicon/favicon.png" sizes="16x16"/>
<link rel="icon" href="images/favicon/favicon.png" sizes="32x32"/>
<link rel="icon" href="images/favicon/favicon.png" sizes="48x48"/>
<link rel="icon" href="images/favicon/favicon.png" sizes="64x64"/>
<link rel="icon" href="images/favicon/favicon.png" sizes="128x128"/>
<!--[if IE]>
<link rel="shortcut icon" href="images/favicon/favicon.ico"/>
<![endif]-->
<!-- Windows 8 startup screen
================================================== -->
<meta name="application-name" content="Wirefy"/>
<meta name="msapplication-TileColor" content="#111"/>
<meta name="msapplication-TileImage" content="images/favicon/favicon.png"/>
<!-- Font Smoothing FF/Windows
================================================== -->
<meta http-equiv="cleartype" content="on">
</head>
<body>
<!-- Begin adding your site or application content here -->
<!-- This is the header information. You can add things like logos and navigation here. -->
<header role="banner">
<nav role="navigation" class="nav-collapse">
</nav>
</header>
<div role="main">
<p>Something very very interesting being written here.</p>
</div>
<!-- This is you can place your footer information like menu links, contact information, etc -->
<footer role="contentinfo">
</footer>
<!-- JS - Add or remove any of the scripts to suit the functionality you wish to display.
================================================== -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery.min.js"><\/script>')</script>
<script src="js/plugins.min.js"></script>
<script src="js/wirefy.js"></script>
<!-- Optional use CDN. Then add your own javascript on top -->
<!-- <script src="//cdn.getwirefy.com/wirefy.min.js"></script> -->
<!-- Asynchronous Google Analytics snippet. Change UA-XXXXX-X to be your site's ID.
mathiasbynens.be/notes/async-analytics-snippet -->
<script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>