-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (45 loc) · 1.19 KB
/
index.html
File metadata and controls
49 lines (45 loc) · 1.19 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>绿色环保-首页</title>
<link href="ico/cycle.ico" rel="shortcut icon">
<link href="css/index.css" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<!--********* 头部 *********-->
<div class="top">
<div id="logo">
<a href="index.html" target="_blank"><img src="images/logo.jpg"></a>
</div>
<div class="nav">
<a href="index.html" target="_blank">首页</a>
<a href="#" target="_blank">关于</a>
<a href="#" target="_blank">联系</a>
<a href="#" target="_blank">博客</a>
<a href="main.html" target="_blank">查看详细</a>
</div>
</div>
<!--******* END ********-->
<!--********* 中部 *********-->
<div class="center">
<span>树木拥有绿色,地球才有脉搏。</span>
<!-- <div id="login_font">-->
<a href="#" id="login" target="_blank">登录</a>
<!-- </div>-->
<!-- <div id="register_font">-->
<a href="register.html" id="register" target="_blank">注册</a>
<!-- </div>-->
</div>
<!--******* END ********-->
<!--********* 底部 *********-->
<div class="footer">
<p>
2016级计算机应用D01班逄增宝的期末大作业
</p>
</div>
<!--******* END ********-->
</div>
</body>
</html>