-
Notifications
You must be signed in to change notification settings - Fork 198
/
404.php
31 lines (31 loc) · 1.91 KB
/
404.php
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
<!DOCTYPE html>
<html>
<head>
<meta name="author" content="journey.ad">
<meta name="copyright" content="journey.ad">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="Robots" content="NOINDEX, NOFOLLOW, NOARCHIVE">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="theme-color" content="#f33">
<title>404 Not Found</title>
<style>
body{margin:0;padding:0;color:#444;margin:0;font:normal 14px/20px Helvetica,Arial,PingFang SC,Microsoft YaHei,WenQuanYi Micro Hei,tohoma,sans-serif;background-color:#f9f9f9;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;cursor:default;position:absolute;width:100%;height:80%;top:20%;overflow:hidden;}.center{height:100%;}h1{margin:0;font-size:150px;line-height:150px;font-weight:normal;}h2{margin-top:20px;font-size:30px;}.footer{color:#f0f0f0;font-size:12px;padding:0px 20px 0px 20px;height:90px;width:calc(100% - 40px);margin-top:-90px;background-color:#474747;}.footer a{color:#f0f0f0;text-decoration:none;}.text{text-align:center;}#hitokoto{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
</style>
</head>
<body>
<div class="center">
<div class="text">
<h1>404</h1>
<h2>Not Found</h2>
<p><?php _e('欸?我的萝莉怎么不见了?!','moedog'); ?></p>
</div>
</div>
<div class="footer">
<br> © <script>document.write(new Date().getFullYear())</script> <a href="https://prprpr.love" target="_blank">MOEDOG</a>
<div class="hitokoto"></div>
<script src="https://v1.hitokoto.cn/?encode=js"></script>
<p id="hitokoto"><script>hitokoto()</script></p>
</div>
</body>
</html>