-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
49 lines (47 loc) · 1.43 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>评审</title>
</head>
<style>
.box{
width: 300px;
height: auto;
margin:100px auto;
border:1px solid #ccc;
padding:30px;
}
a{
display: block;
width: 100%;
line-height: 30px;
}
</style>
<body>
<div class="box">
<h1>作品集</h1>
<div class="jquery">
<a href="jquery/1fanke/index.html">凡客首页</a>
<a href="jquery/2xiaomi/xiaomi.html">小米首页</a>
<a href="jquery/3tianmao/tianmo.html">天猫首页</a>
<a href="jquery/apple/apple.html">苹果首页</a>
<a href="jquery/tianmaoApp/rem.html">天猫移动端首页</a>
<a href="jquery/uekApp/index.html">优逸客移动端首页</a>
</div>
<div class="js">
<a href="js/canvas/canvas.html">画板首页</a>
<a href="js/message/message.html">留言板首页</a>
<a href="js/video/music.html">音频首页</a>
<a href="js/wordgame/game.html">打字游戏首页</a>
<a href="js/call/call.html">打电话</a>
</div>
<div class="tou">
<a href="tourism/index.html">旅游首页</a>
</div>
</div>
</body>
</html>