-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (44 loc) · 1.05 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 lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<!-- <link rel="stylesheet" href="css/css3-bg.css">-->
<style>
* {
margin: 0;
padding: 0;
}
h1 {
text-align: center;
color: #000000;
font-weight: bold;
}
h3 {
margin-top: 20px;
}
.button-list {
text-align: center;
}
a {
text-decoration: none;
color: #000000;
margin: 0 20px;
font-weight: bold;
}
</style>
</head>
<body>
<div class="container"></div>
<h1>欢迎来到音乐宇的 Blog1</h1></br>
<div class="button-list">
<a href="page/cat.html">Cat Game</a>
<a href="page/game.html">Javascript Small Game</a>
<a href="page/kkndme">kk 大神</a>
<a href="page/vr">vr影院</a>
</div>
</body>
<script src='js/Valine.js'></script>
<script src='js/public.js'></script>
<script type="text/javascript" src="./js/svga.min.js"></script>
</html>