-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path400.html
More file actions
59 lines (59 loc) · 1.85 KB
/
400.html
File metadata and controls
59 lines (59 loc) · 1.85 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<html>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<link rel="Icon" type="image/jpg" href="/pictures/liuicon.png">
<style type="text/css">
</style>
<title>
Error:400
</title>
<head>
<link rel="stylesheet" href="/css/title.css" type="text/css">
<div id="tit">
<cen>
<h1>Error:400</h1>
</cen>
</div>
<div id="ri">
<wo>
<a href="/">Home</a> <a href="/me">Me</a>
</wo>
</div>
</head>
<body>
<link rel="stylesheet" href="/css/list.css" type="text/css">
<div id="nav">
<ul>
<li><a href="/program/index.html">program</a>
<ul>
<li><a href="/program/c++">c++</a></li>
<li><a href="/program/scratch">scratch</a></li>
<li><a href="/program/python">python</a></li>
<li><a href="/program/html">html</a></li>
<li><a href="/program/project">project</a></li>
</ul>
</li>
<li><a href="/files/index.html">files</a>
<ul>
<li><a href="/files/links">links</a></li>
<li><a href="/files/share">share</a></li>
</ul>
</li>
<li><a href="/temp/index.html">temp</a></li>
</ul>
</div>
<link rel="stylesheet" href="/css/pic.css" type="text/css">
<div id="pic">
<div id="sh">
<center><img src="/pictures/400.jpg"/></center>
</div>
</div>
<div id="titbel">
Error:400
</div>
<div id="maintext">
<div id="textp">
服务器:“???一脸懵逼,不知所云!”<br>Server: "??? I have no idea what you're talking about!"
</div>
</div>
</body>
</html>