-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path500.html
30 lines (29 loc) · 1.47 KB
/
500.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-server"></i>
<i class="fas fa-bug blink"></i>
<i class="fas fa-server"></i>
<i class="fas fa-server"></i>
</div>
</div>
</body>
</html>