forked from TheBusyBiscuit/builds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
39 lines (32 loc) · 1.33 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
36
37
38
39
<!DOCTYPE HTML>
<html>
<head>
<title>xMikux's 儲存庫伺服器</title>
<link id="favicon" rel="shortcut icon" type="image/png" href="resources/favicon.png">
<link rel="stylesheet" href="resources/style.min.css">
<link rel="stylesheet" href="https://xMikux.github.io/builds/resources/style.min.css">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans:400,700" rel="stylesheet">
</head>
<body>
<div class="header">
<a class="link_main" href="https://xMikux.github.io/builds/">
<img class="header_icon" alt="beaker" src="https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/beaker.svg">
<span>xMikux's 儲存庫伺服器</span>
</a>
</div>
<div style="text-align: center; margin: 2% 10% 0 10%;" class="box">
<img style="width: 15%; filter: invert(1)" alt="Robot" src="https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/squirrel.svg" />
<div>
<h2>錯誤碼: 404 (頁面未找到)</h2>
<br />
您正在查詢的專案不存在.
<br />
也許是我們的松鼠吃了它.
<br />
<a class="link_info" href="https://xMikux.github.io/builds/">點擊此處查看所有專案的完整列表</a>
<br>
<br>
</div>
</div>
</body>
</html>