-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.31 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400&display=swap');
</style>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<style>
.material-symbols-outlined {
font-variation-settings:
'FILL' 0,
'wght' 400,
'GRAD' 0,
'opsz' 48
}
</style>
<title>Debatium</title>
<script src="js/main.js"></script>
<script src="js/jquery-3.6.0.min.js"></script>
<script src="js/jQuery.countdownTimer.min.js"></script>
<link rel="stylesheet" href="css/jQuery.countdownTimer.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="title">Debatium辩论现场实用工具</div>
<div class="key-hint">按键绑定提示将会显示于此</div>
<div class="content" id="content" style="opacity: 1.0;"></div>
<audio src="./pages/ding.wav" controls="controls" preload="auto" style="display: none;" id="sound">您的浏览器不支持播放声音,请更新您的浏览器</audio>
<audio src="./pages/ding3.mp3" controls="controls" preload="auto" style="display: none;" id="sound3"></audio>
</body>
</html>