-
Notifications
You must be signed in to change notification settings - Fork 2
/
406.html
27 lines (26 loc) · 1.31 KB
/
406.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
<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-minus-circle blink"></i>
</div>
</div>
</body>
</html>