-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
26 lines (23 loc) · 890 Bytes
/
404.html
File metadata and controls
26 lines (23 loc) · 890 Bytes
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
<html lang="ja">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>星空 - Hoshizora</title>
<meta name="description" content="星空 (Hoshizora)" />
<link href="/static/style.css" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin="anonymous" />
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap" rel="stylesheet" />
<script type="module" src="/src/client.ts"></script>
</head>
<body>
<div class="hoshizora-container">
<div id="starfield" class="star-field">
</div>
<div class="content">
<h1 class="title">404</h1>
<p class="subtitle">not found</p>
</div>
</div>
</body>
</html>