-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
22 lines (22 loc) · 714 Bytes
/
Copy path404.html
File metadata and controls
22 lines (22 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>T-PageCode</title>
<link rel="stylesheet" href="/404.css">
</head>
<body>
<h1 id="text2">404</h1>
<h1 id="text3">资源未找到,请检查后重试</h1>
<div id="buttons">
<button id="btn1" onclick="window.location.href='/index.html'">返回主页</button>
<button id="btn2" onclick="window.open('https://t-pagecode.github.io/Guides/index.html','_blank')">查看指南</button>
</div>
<script>
document.addEventListener("contextmenu",(NoCtm) => {
NoCtm.preventDefault();
})
</script>
</body>
</html>