-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
41 lines (34 loc) · 1020 Bytes
/
Copy path404.html
File metadata and controls
41 lines (34 loc) · 1020 Bytes
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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>ChakerAt's Cyber Nest</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="scrollbar.css">
</head>
<body>
<div class="container">
<div class="header">
ERROR - 未命名文件夹(142)
</div>
<header>
<span>ChakerAt's Cyber Nest</span>
</header>
<nav class="nav">
<a href="index.html">主页</a>
</nav>
<main class="content">
<div class="container">
<div class="header">
警告
</div>
<section>
<h1>Construction in progress.</h1>
<p>此处未完成构建</p>
<p>请稍后再来。</p>
</section>
</div>
</main>
</div>