forked from cheezhi/TuHome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
55 lines (51 loc) · 1.62 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
50
51
52
53
54
55
<!DOCTYPE html>
<html oncontextmenu=self.event.returnValue=false onselectstart="return false">
<head oncontextmenu=self.event.returnValue=false onselectstart="return false">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript" src="source/js/header.js"></script>
<title>404-可惜鸭</title>
</head>
<body>
<noscript> <iframe src="*.htm"></iframe> </noscript>
<SCRIPT language=JavaScript>
document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;
document.ondragstart = noDragstart;
document.onselectstart = noSelect;
document.onselect = document.selection.empty();
document.onkeydown = keyDown;
</SCRIPT>
<div class="change" id="index_card">
<center><br>
<b style="font-size:500%;">404</b><br>
<b>啊哦,网页不见了</b><br>
<br>
</center>
<center>
<div class="buttones">
</a>
<a href="/">
<button class="button_1">
<b style="font-size:15px;">回到主页</b><br>Home
</button>
</a>
</div>
</center>
</div>
<script>
function myFunction(){
alert("此页面施工中。。。");
}
document.oncontextmenu=function(evt){
evt.preventDefault();
}
document.onselectstart=function(evt){
evt.preventDefault();
};
</script>
<footer id="footer">
<script type="text/javascript" src="source/js/footer.js"></script>
</footer>
</body>
</html>