Skip to content

Commit

Permalink
Create 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-Miner committed Oct 22, 2023
1 parent bf7e42c commit 0fea2e1
Showing 1 changed file with 94 additions and 0 deletions.
94 changes: 94 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
<!DOCTYPE html>
<!--
W H A T A R E Y O U D O I N G I N M Y C O D E ? !
⢀⡴⠑⡄⠀⠀⠀⠀⠀⠀⠀⣀⣀⣤⣤⣤⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠸⡇⠀⠿⡀⠀⠀⠀⣀⡴⢿⣿⣿⣿⣿⣿⣿⣿⣷⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠑⢄⣠⠾⠁⣀⣄⡈⠙⣿⣿⣿⣿⣿⣿⣿⣿⣆⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⢀⡀⠁⠀⠀⠈⠙⠛⠂⠈⣿⣿⣿⣿⣿⠿⡿⢿⣆⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⢀⡾⣁⣀⠀⠴⠂⠙⣗⡀⠀⢻⣿⣿⠭⢤⣴⣦⣤⣹⠀⠀⠀⢀⢴⣶⣆
⠀⠀⢀⣾⣿⣿⣿⣷⣮⣽⣾⣿⣥⣴⣿⣿⡿⢂⠔⢚⡿⢿⣿⣦⣴⣾⠁⠸⣼⡿
⠀⢀⡞⠁⠙⠻⠿⠟⠉⠀⠛⢹⣿⣿⣿⣿⣿⣌⢤⣼⣿⣾⣿⡟⠉⠀⠀⠀⠀⠀
⠀⣾⣷⣶⠇⠀⠀⣤⣄⣀⡀⠈⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇⠀⠀⠀⠀⠀⠀
⠀⠉⠈⠉⠀⠀⢦⡈⢻⣿⣿⣿⣶⣶⣶⣶⣤⣽⡹⣿⣿⣿⣿⡇⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠉⠲⣽⡻⢿⣿⣿⣿⣿⣿⣿⣷⣜⣿⣿⣿⡇⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣷⣶⣮⣭⣽⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⣀⣀⣈⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠹⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠛⠻⠿⠿⠿⠿⠛⠉
Created by GhostMiner, June/July 2023.
> Ghost-Miner.Github.io,
> YouTube.com/GhostMinerMC
-->
<html lang="en">
<head>
<title>About wiki | Thronefall Wiki</title>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Page meta infromation -->
<meta name="description" content="A wiki for the game Thronefall">
<meta name="keywords" content="Thronefall, leaderBoard, grizzly games, speedrun, wiki, fandom">
<meta name="language" content="en">
<meta name='robots' content="index,follow">
<meta name='author' content="GhostMiner & ItsMeRaven">
<!-- Bootstrap and other CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">

<link rel="stylesheet" href="../../styles/mainMenu.css"> <!-- Main menu styling -->
<link rel="stylesheet" href="../../styles/article.css"> <!-- Styling of wiki content - individual articles -->
<link rel="stylesheet" href="../../styles/global.css"> <!-- Website styling -->
<link rel="stylesheet" href="../../styles/overrides.css">


<script src="https://unpkg.com/[email protected]" integrity="sha384-zUfuhFKKZCbHTY6aRR46gxiqszMk5tcHjsVFxnUo8VMus4kHGVdIYVbOYYNlKmHV" crossorigin="anonymous"></script>

<script src="../../../scripts/toggleMobiMenu.js"></script>

<link rel="shortcut icon" type="image/jpg" href="../pictures/crown.png">
</head>
<body>
<style>
body
{
background: url("https://ghost-miner.github.io/wp-content/uploads/2022/08/RICK-ASTLEY-ANIMATED.gif");
background-size: contain;
background-repeat: repeat;
}
</style>

<div id="mainPageContainer">
<div id="mobiNavDiv" hx-get="../../../parts/mobiNav.html" hx-swap="innerHTML" hx-trigger="load">
<img src="../../../pictures/loading edit.gif" id="loadingMobiMenuGif">
<!-- Veritcal navbar goes here -->
</div>
<div id="innerContainer">
<div id="websiteSideBar" hx-get="../../../parts/sidebar.html" hx-swap="innerHTML" hx-trigger="load">
<!-- Menu and header to be injected by htmx -->
</div>
<div id="pageContentBox">
<div class="articleGrid">
<div class="articleGridItemWide">
<span class="pageTitle">Page not found</span>
<hr class="mainSeparator">
<span class="pageSubtitle">Possible causes:</span>
<ul>
<li>You misspelt the address</li>
<li>There is no page under this address</li>
<li>A page with this address was deleted or moved elsewhere</li>
<li>You forgot to include "about" or "game content" in the address.
<i>(e.g. <a href="https://throne-fall.github.io/about/overview.html">Throne-Fall.github.io<span style="text-decoration: underline; font-weight: 600;">/about</span>/overview.html)</a></i></li>
</ul>
</div>
</div>
</div>
</div>
<div id="footerDiv" hx-get="../../../parts/footer.html" hx-swap="innerHTML" hx-trigger="load">
<!-- Footer to be injected by htmx -->
</div>
</div>
</body>
</html>

0 comments on commit 0fea2e1

Please sign in to comment.