-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
106 lines (93 loc) · 3.35 KB
/
home.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wonderland 陈俊雁</title>
<link rel="shortcut icon " type="images/x-icon" href="img/qq.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="home.css/Home.css">
<script type="text/javascript">
function stop() {
return false;
}
document.oncontextmenu = stop;
</script>
</head>
<body>
<div class="mode_one">
<div class="daohang">
<div class="daohang_zuo">
<a>Time</a>
</div>
<div class="daohang_you">
<a href="aboutMe.html">AboutMe</a>
<a class="bianhuan">Wonderland</a>
</div>
<div class="daohang_zhong">
<a class="bianhuan_two">Wonderland</a>
</div>
</div>
<div class="jieshao">
<div class="shao">
<div>
<img class="img_one" src="img/chen.JPG" alt="" width="200px">
</div>
<div class="neirong">
<div class="weicome">Welcome to Wonderland</div>
<div class="tishi">Sitting for a long time will hurt your health. Let's stretch</div>
<div class="time_tishi">Hello</div>
</div>
</div>
</div>
</div>
<!-- 第二版面 -->
<div class="mode_two">
<div class="xiangmu">
<div>
<div>
<img src="img/home_img/jihsua.png" alt="">
<a href="U.S.A.html">Make plans</a>
</div>
<div>
<img src="img/home_img/mengxiang.png" alt="">
<a href="set sail.html">Travel in dream</a>
</div>
<div>
<img src="img/home_img/lanqiu.png" alt="">
<a href="Photography.html">Love Basketball</a>
</div>
<div>
<img src="img/home_img/guangzhou.png" alt="">
<a href="StartGuangZhou/index.html">Start guangzhou</a>
</div>
</div>
<div>
<div>
<img src="img/home_img/xinnian.png" alt="">
<a href="year.html">New year</a>
</div>
<div>
<img src="img/home_img/sudu.png" alt="">
<a href="passion.html">Fast & Furious</a>
</div>
<div>
<img src="img/home_img/xinnian_one.png" alt="">
<a href="SVG新年快乐/newyear.html">Happy new year</a>
</div>
<div>
<img src="img/home_img/hongbao.png" alt="">
<a href="Redenvelopes/js红包.html">Red envelopes</a>
</div>
</div>
</div>
</div>
<!-- 第三版面 -->
<div class="mode_three">
<div class="xiangying_aboutme">
<a href="aboutMe.html">About Me</a>
</div>
</div>
</body>
<script src="home.js/home.js"></script>
</html>