-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
30 lines (29 loc) · 1.42 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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link media="all" rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<title>找不到页面</title>
</head>
<body>
<div class="content center">
<h1><i class="fa fa-exclamation-circle"></i> 找不到页面</h1>
<p>可能是链接到了不存在的网页。</p>
<div class="demostration">
<i class="fas fa-laptop"></i>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" class="line">
<line x1="0" y1="12" x2="200" y2="12" style="stroke:#ccc;stroke-width:1"/>
</svg>
<i class="fas fa-robot"></i>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" class="line">
<line x1="0" y1="12" x2="200" y2="12" style="stroke:#ccc;stroke-width:1"/>
</svg>
<i class="fas fa-file-code"></i>
<i class="far fa-file-code blink"></i>
<i class="fas fa-file-code"></i>
<i class="fas fa-file-code"></i>
</div>
</div>
</body>
</html>