-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
executable file
·49 lines (46 loc) · 1.81 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>(/゚Д゚)/Page Not Found! - Techzjc</title>
</head>
<body>
<style>
body{
background-color: #00BCD0
}
.back{
background-color: #FF8080;
width: 100px;
height: 50px;
border-radius:15px;
font-family: "Bahnschrift", "Times New Roman";
font-size: 20px;
color: #FFFFFF
}
</style>
<p align="center">
<img src="https://www.techzjc.com/img/404-warning-edition.svg" alt="(/゚Д゚)/Page Not Found!" height="80%" />
<button class="back" name="Submit" onclick="javascript:history.back(-1);">Back</button>
</p>
<p align="center">
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x15.png" />
</a>
<a rel="license" href="https://opensource.org/licenses/mit-license.php">
<img alt="MIT License" src="https://badges.frapsoft.com/os/mit/mit.svg?v=103" />
</a>
<a rel="link" href="https://996.icu">
<img alt="996.icu" src="https://img.shields.io/badge/link-996.icu-red.svg" />
</a>
<a rel="license" href="https://github.com/996icu/996.ICU/blob/master/LICENSE">
<img alt="Anti 996 License" src="https://img.shields.io/badge/license-Anti%20996-blue.svg" />
</a>
This work is licensed under
<a rel="license" href="https://opensource.org/licenses/mit-license.php">MIT</a>,
<a rel="license" href="https://github.com/996icu/996.ICU/blob/master/LICENSE">Anti-996</a>, and
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License</a>.
</p>
</body>
</html>