-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
23 lines (20 loc) · 862 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://castorisdead.xyz/assets/images/avatar/avatar.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="https://castorisdead.xyz/assets/images/avatar/avatar.png">
<link rel="stylesheet" href="/assets/css/style.css">
<title>Error - Page not found</title>
</head>
<body>
<div class="guestbookarea">
<h3>Error</h3>
<p>The requested page could not be found. Please try again later.</p>
<p>If you think this is an issue, Please <a href="https://castorisdead.xyz/contact/" target="_blank">contact me</a>. </p>
<p><a href="/">Return Home</a></p>
</div>
</body>
</html>