-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (41 loc) · 2.03 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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="description" content="落日羽音的试验场 首页">
<meta name="theme-color" content="#323232">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preload" href="font/digit.ttf" as="font" type="font/ttf" crossorigin="anonymous">
<link rel="preload" href="images/Gensei.png" as="image" type="image/png" media="(orientation: landscape)">
<link rel="preload" href="images/WebGL.svg" as="image" type="image/svg+xml">
<link rel="preload" href="images/GalBoard.png" as="image" type="image/png" media="(orientation: landscape)">
<link rel="preload" href="images/Gensei_w.png" as="image" type="image/png" media="(orientation: portrait)">
<link rel="preload" href="images/Gensei_w.png" as="image" type="image/png" media="(orientation: portrait)">
<link href="css/normalize.css" rel="stylesheet">
<link href="css/font.css" rel="stylesheet">
<link href="index.css" rel="stylesheet">
<script defer type="module" src="index.js"></script>
<title>落日羽音的试验场</title>
</head>
<body>
<main>
<div class="timer"></div>
<div class="list">
<a class="card" href="gensei/index.html" target="_blank" data-time="2014-01-28 XX:XX:XX"></a>
<a class="card" href="simulator/index.html" target="_blank" data-time="2019-09-18 23:27:XX"></a>
<a class="card" href="game/index.html" target="_blank" data-time="2019-10-16 20:08:XX"></a>
</div>
<div id="power-btn" class="pending">
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48">
<style type="text/css">
.st0 {
fill: #FFFFFF;
}
</style>
<path class="st0"
d="M24 48c-11.598 0-21-9.402-21-21 0-8.361 4.923-15.498 12-18.858v6.921c-3.63 2.733-6 7.044-6 11.937 0 8.286 6.714 15 15 15s15-6.714 15-15c0-4.893-2.37-9.204-6-11.937v-6.921c7.077 3.363 12 10.5 12 18.858 0 11.598-9.402 21-21 21zm3-27c0 1.656-1.341 3-3 3s-3-1.344-3-3v-18c0-1.656 1.341-3 3-3s3 1.344 3 3v18z"/>
</svg>
</div>
</main>
</body>
</html>