-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (45 loc) · 938 Bytes
/
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
<!DOCTYPE HTML>
<head>
<meta charset="utf-8">
<title>Say Project</title>
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" type="text/css" href="css/main.css" media="screen">
<!--lte IE 7?>
<style type="text/css">
.say20L,
.say20R,
.say25L,
.say25R,
.say33L,
.say33R,
.say50L,
.say50R,
say66L,
.say66R,
.say100L,
say100R {
margin-left:-0.04em;
}
</style>
<!endif?-->
</head>
<body>
<div class="container">
<header>
<h1>Header</h1>
</header><!-- end header -->
<section class="content-main">
<h1>Main Content</h1>
</section><!-- end content-main -->
<aside>
<h1>Aside</h1>
</aside><!-- end aside -->
<footer>
<h1>Footer</h1>
</footer><!-- end footer -->
</div><!-- end container -->
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
</body>
</html>