-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (70 loc) · 3.01 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
<!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"/>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- Mobile Safari bug: http://filamentgroup.com/examples/iosScaleBug/ -->
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" media="all" href="css/style.css"/>
<link rel="stylesheet" media="all" href="css/dev.css"/>
<!-- jquery cdn and fallback -->
<script>!window.jQuery && document.write('<script src="js/jquery-1.6.1.min.js"><\/script>')</script>
<!--
=======================
edit head from here
=======================
-->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="" />
<title></title>
<style type="text/css">
.demohide {
height:90px;
margin-bottom:5px;
overflow:hidden;
}
</style>
<script language="javascript" type="text/javascript">
$(document).ready(function() {
//$('#grid').load('sample/_grid.html');
//$('#typo').load('sample/_typo.html');
//$('#hgroup').load('sample/_hgroup.html');
$('#form').load('sample/_form.html');
$('#button').load('sample/_btn.html');
//$('#table').load('sample/_table.html');
//$('#nav').load('sample/_nav.html');
//$('#colours').load('sample/_colours.html');
//$('#plugin').load('sample/_plugins.html');
});
</script>
<script src="js/script.js"></script>
<!--[if lte IE 9]>
<script src="js/ie.js"></script>
<link rel="stylesheet" media="all" href="css/_ie.css"/>
<![endif]-->
</head>
<body lang="en">
<div id="site" style="/* 30px height for top/bot bar */ margin:35px auto;">
<section id="grid" ></section>
<section id="typo" class="overhide" ></section>
<section id="hgroup" class="clearfix" ></section>
<section id="form" ></section>
<section id="table" class="fullscale clearfix" ></section>
<section id="button" class="" ></section>
<section id="nav" class="clearfix fullscale" ></section>
<section id="colours" ></section>
<section id="plugin" ></section>
</div><!--/site-->
</html>