-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathavalon.html
94 lines (84 loc) · 2.74 KB
/
avalon.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="This is an online gaming connecting site.">
<title>Avalon</title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="css/commonG.css">
<link rel="stylesheet" href="css/indexG.css">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/boxpages.css">
</head>
<body>
<!-- 快捷导航模块 start -->
<section class="shortcut">
</section>
<!-- 快捷导航模块 end-->
<!-- header start -->
<section class="header w">
<!-- motto -->
<div class="motto">
<h1>
<a href="indexG.html" >Play <br> Connect <br> Bond </a>
</h1>
</div>
<!-- logo -->
<div class="logo">
<h1>
<a href="indexG.html">Game Playza </a>
</h1>
<h6>play hard, work harder</h6>
</div>
<!-- search搜索模块 -->
<div class="search">
</div>
<div class="quote">
<h5>click on the button above to switch modes</h5>
</div>
<div class="color">
<div class="first">:)</div>
<div class="second">0.0</div>
<div class="third">uwu</div>
<div class="fourth">-.-</div>
<a href="register.html">
<div class="register">Sign in!</div></a>
</div>
<div class="place">
<div class="queue">
<h3>Queue</h3>
</div>
<div class="buttons g">
<button class="host">Host a Room</button>
<button class="add">Join a Room</button>
</div>
</section>
<!-- header end -->
<!-- nav模块制作 start -->
<section>
<nav class="nav">
<div class="w">
<div class="w">
</div>
</div>
</nav>
</section>
<!-- nav模块制作 end -->
<!-- 底部模块制作 start -->
<!-- 列表页主题部分 end-->
<footer class="footer">
<div class="w">
<div class="mod_copyright">
<div class="links"><a href="#">About us </a> |
<a href="#">Contact us if you want to add a game </a> |
<a href="#"> Business</a>
</div>
<div class="copyright">Thank you for using our site! <p> © Sally and Teddy </p> </div>
</div>
</div>
</footer>
<!-- 底部模块制作 end -->
</body>
</html>