-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy patherror.html
More file actions
27 lines (26 loc) · 1.27 KB
/
error.html
File metadata and controls
27 lines (26 loc) · 1.27 KB
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
<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-bug blink"></i>
</div>
</div>
</body>
</html>