-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (68 loc) · 2.25 KB
/
index.html
File metadata and controls
75 lines (68 loc) · 2.25 KB
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
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<title>dicolo!</title>
<link rel="shortcut icon" href="res/image/icon_128.png">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="keywords" content="dicolo, dicolo!, Rhythm game, LSDog">
<meta name="description" content="~ dicolo! 官网 | official website ~">
<meta name="author" content="LSDog">
</head>
<body>
<img id="corner_logo" src="res/image/icon_outline.png" title="dicolo!">
<header id="header" role="banner">
<nav role="navigation">
<ul>
<li>
<a href="." class="active">首页 Home</a>
</li>
<li>
<a href="https://github.com/LSDogX/dicolo/releases" target="_blank">下载 DL</a>
</li>
<li>
<a href="https://book.dicolo.LSDog.fun" target="_blank">笔记 Notes</a>
</li>
</ul>
</nav>
</header>
<div id="content">
<div id="showcase">
<div id="title" class="flex-center">
- Welcome to -<br>
<h1>
<a style="font-size: 2em;">dicolo!</a>
</h1>
</div>
</div>
<br>
<center>
<a class="big_button" href="https://github.com/LSDogX/dicolo" target="_blank">Github 开源 | Open source</a>
</center>
<br>
<br>
<center>
<h1>欢迎来玩<br>Welcome to play!</h1>
</center>
<br>
<br>
<center>
📄 文档 | Document <a href="https://book.dicolo.LSDog.fun" target="_blank">笔记 Notes</a>
</center>
<br>
<br>
</div>
<footer id="footer">
邮箱 | Email: lsdog2006@qq.com
<br>
LSDog's links:
<a href="https://github.com/LSDogX" target="_blank">github</a>
<a href="https://space.bilibili.com/44217113" target="_blank">bilibili</a>
<a href="https://afdian.net/a/LSDog" target="_blank">afdian</a>
<br>
<br>
© Copyright 2023 by LSDog - All Rights Reserved
</footer>
</body>
</html>