forked from shigu666/shigu666.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
30 lines (28 loc) · 857 Bytes
/
404.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
<!doctype html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<title>404 NOT FOUND</title>
</head>
<body>
<div align="center">
<font size="50px"><p class="title">404 NOT FOUND</p></font>
</div>
<hr/>
<div class="timer">
<h2 class="distance_zh_cn_1">距离网页跳转</h2>
<h2 class="distance_zh_cn_2">还有</h2>
<h2 class="distance_zh_cn_3">秒</h2>
<h3 class="distance_en_us_1">PAGE REDIRECTION</h3>
<h3 class="distance_en_us_2">IN</h3>
<h3 class="distance_en_us_3">SECONDS</h3>
<div class="line"></div>
<!-- 新建两个文本,使其动态改变时间 -->
<h1 class="time_h1">5</h1>
<h3 class="time_h3">5</h3>
<!-- 加载JavaScript和CSS -->
<link rel="stylesheet" type="text/css" href="/css/404.css">
<script type="text/javascript" src="/js/404.js"></script>
</div>
</body>
</html>