-
Notifications
You must be signed in to change notification settings - Fork 2
/
414.html
27 lines (26 loc) · 1.3 KB
/
414.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>请求的URI过长</title>
</head>
<body>
<div class="content center">
<h1><i class="fa fa-exclamation-circle"></i> 请求URI过长</h1>
<p>您发送的请求URI过长,目标服务器无法处理。</p>
<div class="demostration">
<i class="fas fa-cut blink"></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>
</div>
</div>
</body>
</html>