-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathindex.html
28 lines (28 loc) · 970 Bytes
/
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
<!doctype html>
<html>
<head>
<title>MUG</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="">
<meta name="viewport"
content="width=device-width, initial-scale=1.0,minimum-scale=1.0, maximum-scale=1.0,user-scalable=no">
</head>
<body bgcolor="black" style="overflow:hidden;">
<style>
a{
color: #FFFFFF
}
</style>
<section>
<div style="text-align: center; position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; height: 0px;">
<a href="Aleph-0.html">Aleph-0</a>
<a href="NANO DEATH.html">NANO DEATH</a>
<a href="Elysium.html">Elysium</a>
<a href="Fastest Crash.html">Fastest Crash</a>
<a href="zenithAnother.html">Blue Zenith[Frenzy Another]</a>
<a href="zenithFD.html">Blue Zenith[FOUR DIMENSIONS]</a>
<a href="Custom.html">自选谱面</a>
</div>
</section>
</body>
</html>