-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (36 loc) · 1.21 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
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<title>辩论赛计时系统</title>
<link rel="shortcut icon" href="./assets/images/pdt.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">
<link rel="stylesheet" href="assets/styles/first-page.css">
<script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>
<script src="assets/scripts/application/util.js"></script>
</head>
<body background="./assets/images/bg-pic.jpg" class="bg-img">
<div class="main">
<br/><br/><br/>
<h2>
辩论赛计时器
</h2>
<br/><br/>
<div id="btn-gp">
<a href="./NanShen.html" class="frosted-glass">
<h4 class="title">世界华语辩论锦标赛</h4>
</a>
<a href="./oregon.html" class="frosted-glass">
<h4 class="title">改 ● 奥瑞冈赛制</h4>
</a>
<a href="./RTHK.html" class="frosted-glass">
<h4 class="title">RTHK</h4>
</a>
<a href="./baihe.html" class="frosted-glass">
<h4 class="title">捭阖赛制</h4>
</a>
</div>
</div>
</body>
</html>