-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (44 loc) · 1.67 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
<!DOCTYPE html>
<html class="no-js">
<head>
<!-- Replace "no-js" with "js" to allow no-js styles when needed -->
<!-- Can be removed ... -->
<script>(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script>
<!-- Charset as meta tag -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- IE=edge Force IE into most recent as avail -->
<!-- chrome=1 For users with Chrome Frame installed -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Bootsoft Boilerplate</title>
<!-- Make dynamic for better SEO -->
<meta name="description" content="">
<!-- For Mobile Browsers -->
<meta name="viewport" content="width=device-width">
<!-- Styles -->
<link rel="stylesheet" type="text/css" href="styles/compiled/reset.css">
<!-- HTML5 shiv for IE8 and below :: Please NO other scripts in head-->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<header>
<h1>Bootsoft Boilerplate</h1>
<nav></nav>
</header>
<section>
<article>
</article>
<article></article>
</section>
<!-- Place scripts in bottom for performance -->
<script src="js/jquery.min.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<!-- <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>