-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (38 loc) · 1.41 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
<!DOCTYPE html>
<html>
<head>
<title>XuYueming</title>
<meta charset="utf-8">
<meta name="author" content="XuYueming">
<script>
console.log("It's a test")
</script>
<script type="text/javascript" src="test.js"></script>
</head>
<body>
<div style="text-align: center; font-weight: bold; margin: 5% auto;">
<font size="5201314">强制在线要 </font>
<font size="5201314" style = "font-family:consolas;color:#8959a8">long long</font>
<font size="5201314">!</font>
</div>
<div style="text-align: center; font-weight: bold; margin: 5% auto;">
<font size="5201314">没给</font>
<font size="5201314" style = "font-family:consolas"> a, b, c </font>
<font size="5201314">范围?!</font>
</div>
<button onclick="test()">点我</button>
<div style="font-weight: bold;">
<details open>
<summary>快展开我</summary>
这是一个测试
</details>
</div>
<div>
<h1>
<a href = "rain.html"> 雨 </a>
</h1>
<video allowfullscreen="allowfullscreen" src="rain.mp4" loop="loop" autoplay="autoplay" controls="control">
</video>
</div>
</body>
</html>