-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
24 lines (21 loc) · 881 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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cursedprograms.github.io/cursedentertainment/styles/main-style.css" rel="stylesheet"
type="text/css">
<link href="https://cursedprograms.github.io/cursedentertainment/styles/error-style.css" rel="stylesheet"
type="text/css">
<title>404 - Page Not Found</title>
</head>
<body>
<div class="container">
<h1>404 - Page Not Found</h1>
<div id="errorMessageContainer"></div>
</div>
<footer id="dynamicFooter"></footer>
<script src="https://cursedprograms.github.io/cursedentertainment/scripts/footer.js"></script>
<script src="https://cursedprograms.github.io/cursedentertainment/scripts/404-error-message.js"></script>
</body>
</html>