generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
39 lines (35 loc) · 1.51 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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404!!!</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="stylesheet" href="static/css/index.css">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Lily+Script+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@549&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=League+Spartan:wght@400&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="container">
<h1>Page not found</h1>
<nav>
<ul>
<li><a href="./index.html"><i class="fa-solid fa-door-open"></i> 返回主站</a></li>
<li><a><b>[404 ERROR]</b></a></li>
</ul>
</nav>
</div>
</header>
<main>
<div class="container">
<section id="error">
<h1><i class="fa-solid fa-file-circle-xmark fa-bounce fa-2xl" style="color: #0366d6;"></i></h1>
</section>
</div>
</main>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/font-awesome/css/font-awesome.min.css">
</body>