-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
24 lines (21 loc) · 975 Bytes
/
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
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Error 404 - Page Not Found!</title>
<link rel="stylesheet" type="text/css" href="./assets/css/style.css" />
<link href="./assets/images/favicon.png" rel="shortcut icon" type="image/x-icon" />
<script async defer data-website-id="0a453f1f-f1bc-4f69-9772-6a1e6cfea828" src="https://stat.buctsnc.cn/umami.js" data-domains="https://arg2022.buctsnc.cn/" data-cache="true"></script>
</head>
<body>
<div class="container">
<img class="ops" src="./assets/images/404.svg" />
<br />
<h3>The page you are looking for is not found.
<br /> It could be because the url is incorrect or unavailable.</h3>
<br />
<a class="buton" href="https://arg.welivein667.top/">arg2022.buctsnc.cn</a>
</div>
</body>
</html>