-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
71 lines (66 loc) · 2.8 KB
/
404.html
File metadata and controls
71 lines (66 loc) · 2.8 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
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" name="viewport" content="width=device-width" />
<title>404 File not found</title>
<script id=headScript>
window.getip = window.getIP = function () { return returnCitySN.cip; }
function getRandom(min, max) { return Math.floor(Math.random() * (max - min + 1)) + min; }
function showMessage(msg, t) {
let a = document.getElementById('messageArea'); a.innerHTML = msg;
setTimeout(function () { a.innerHTML = "" }, ((!!(+t)) ? (t * 1000) : 1500))
}
</script>
<script src="/public/something/stools.js"></script>
<script src="/cdn/js/stools/copytext.js"></script>
<script src="/public/something/dialog.js"></script>
<style id=headCss>
#messageArea {
position: fixed;
left: 1px;
top: 1px;
background-color: #fff;
color: #0a0
}
</style>
</head>
<body>
<span id=messageArea></span>
<div id=mainDivElement>
<h1 id=h1el>
<center>404</center>
</h1>
<big><b>Cannot</b> find anything here!</big>
<div>Try other?<br><a href="javascript:window.history.back();">Go back</a> or
<a href="javascript:location.href='/'">Return to the home page</a>
</div>
<small>This is a gh-page page, published by a developer on github. Copyright infringement must be
investigated.<br>
If you came to this page via a link from this website, please <a
href="https://github.com/shc7432/shc7432.github.io/issues">submit an issue here</a>.
If you don't know the format of an issue, please <a
href="javascript:CreateDialog(issueformat,true)">click here</a></small>
</div>
<div id=issueformat hidden>
<dialogtitle>New issue<a class=closebtn style="font-family: pixel">x</a></dialogtitle>
<input placeholder="Title" value="An invalid link" style="width:98%" /><br />
<div id=t_e contenteditable style="border: 1px solid #ccc;overflow:auto">I found an invalid link.<br />
Invalid URL: <script>document.write(location.href)</script><br />
I came from: [[Last Url]]</div>
<button style="color: #ffffff;
background-color: #2da44e;
border-color: rgba(27,31,36,0.15);
box-shadow: 0 1px 0 rgba(27,31,36,0.1),inset 0 1px 0 rgba(255,255,255,0.03);
margin: 10px 10px;
cursor: pointer;"
onclick="sTools.copytext(t_e.innerText);
location.href='https://github.com/shc7432/shc7432.github.io/issues/new?title=An invalid link'
">
Submit</button>
</div>
<script id=mainScript>
(function () {
})()
</script>
</body>
</html>