-
Notifications
You must be signed in to change notification settings - Fork 1
/
500.html
25 lines (22 loc) · 956 Bytes
/
500.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
<!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/cursedFavicon.png" rel="icon" type="image/x-icon" />
<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>500 - Internal Server Error</title>
</head>
<body>
<div class="container">
<h1>500 - Internal Server Error</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/500-error-message.js"></script>
</body>
</html>