Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
CursedPrograms committed Jan 28, 2024
1 parent 1d93ee6 commit af8168d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 17 deletions.
15 changes: 11 additions & 4 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
<!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">
<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>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/footer.js"></script>
<script src="https://cursedprograms.github.io/cursedentertainment/scripts/404-error-message.js"></script>
</body>
</html>

</html>
32 changes: 19 additions & 13 deletions 500.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,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/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>
<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>
<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>

</html>

0 comments on commit af8168d

Please sign in to comment.