-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
35 lines (30 loc) · 1.18 KB
/
404.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex">
<title>404 NOT FOUND</title>
<link href="/css/main.css" type="text/css" rel="stylesheet">
<link href="/css/teo.css" type="text/css" rel="stylesheet">
</head>
<body class="bg-body-secondary font-teo text-body">
<nav class="navbar navbar-expand-lg bg-primary bg-gradient sticky-top shadow-sm" data-bs-theme="dark">
<div class="container">
<a class="navbar-brand ms-auto me-auto fs-3" href="/">
<span class="vrc-logo">VRChat</span><span class="teo-logo ms-2">潮州會館</span>
</a>
</div>
</nav>
<div class="m-5">
<h1 class="display-1 fw-semibold text-center mb-4" style="font-family: Consolas, monospace;">404</h1>
<div class="text-center fs-4 mb-5" style="font-family: Consolas, monospace;">NOT FOUND<br>通街市找無</div>
<div class="text-center">
<a type="button" role="button" class="btn btn-outline-primary btn-lg fw-medium" href="/">HOME PAGE</a>
</div>
<div class="text-center m-3">
<a href="https://www.githubstatus.com/" target="_blank" class="text-decoration-none">GitHub Status</a>
</div>
</div>
</body>
</html>