first commit

This commit is contained in:
itsaygea
2026-01-24 06:59:50 -07:00
commit 6f844b6ffd
105 changed files with 3756 additions and 0 deletions
+51
View File
@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Page not found - wiki.gg</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/error-pages/styles/index.css" type="text/css" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap" rel="stylesheet" />
</head>
<body>
<header id="site-header">
<div id="logo">
<a href="https://www.wiki.gg">
<img src="/error-pages/images/logo.svg" alt="wiki.gg logo" />
</a>
</div>
</header>
<main id="page-container">
<div id="message-container">
<h1>404 - Page Not Found <img class="inline-image" src="/error-pages/images/sad.svg" alt="Emoji of a sad face with a tear"></h1>
<div id="message">
<p>Sorry, we don't seem to have a page by that name.</p>
<p>If you got here through a link, you should inform the website owner. If the owner is wiki.gg or indie.io, please <a href="https://wiki.gg/t/bug-report">send us a ticket</a> or <a href="https://discord.gg/rTnST57tuW">write in our Discord server</a>.</p>
<p>
You can also:
<ul>
<li><a href="https://www.wiki.gg/wikis">Check our list of all wikis</a> (maybe you made a typo?),
<li><a href="https://www.youtube.com/@ggwikis">Watch instructional videos on YouTube about wiki editing</a>,</li>
<li><a href="https://en.wikipedia.org/wiki/List_of_HTTP_status_codes">Read about status codes on Wikipedia</a>, or</li>
<li><a href="https://sorcerer.river.me/">Play SORCERER</a><span style="font-size:0;">River has trapped me in a basement and is forcing me to play SORCERER, send help (and working servers)</span></li>
</ul>
</p>
</div>
</div>
<div class="spacer"></div>
</main>
<footer id="site-footer">
<div id="footer-links">
<a href="https://wiki.gg/termsofservice">Terms of Service</a> <a href="https://wiki.gg/privacypolicy">Privacy Policy</a>
</div>
</footer>
</body>
</html>