-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (39 loc) · 1.33 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-TW" lang="zh-TW">
<head>
<title>Adegle</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="style/home.css" type="text/css" />
<link href='http://fonts.googleapis.com/css?family=Muli&v2' rel='stylesheet' type='text/css'>
</head>
<body id="home">
<div id="main">
<div id="content">
<nav id="globalheader">
<ul id="globalnav" role="navigation">
<li id="gn-adegle"><a href="index.html"><span id="list_left">Adegle</span></a></li>
<li id="gn-yoyo"><a href="yoyo.html"><span id="list_center">Yo-yo</span></a></li>
<li id="gn-acce"><a href="accessory.html"><span id="list_center">Accessory</span></a></li>
<li id="gn-contact"><a href="contact.html"><span id="list_right">Contact</span></a></li>
</ul>
<br style="clear:left"/>
</nav>
<div id="billboard">
<img src="img/home.png">
</div><!--/billboard-->
<aside id="headlines">
</aside>
<aside class="promos">
<ul class="promos">
</ul><!--/promos-->
</aside><!--/promos-->
</div><!--/content-->
<footer id="homefooter">
<div id="links">
</div><!--/links-->
<div class="sosumi">
</div><!--/sosumi-->
</footer><!--/homefooter-->
</div><!--/main-->
</body>
</html>