Skip to content

Commit

Permalink
Merge pull request #8 from k1nsej/404
Browse files Browse the repository at this point in the history
404
  • Loading branch information
jespermhl authored May 22, 2024
2 parents 6a25f96 + 24470c0 commit 1bafcea
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 0 deletions.
117 changes: 117 additions & 0 deletions 404/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
<!doctype html>
<html lang="en" charset="UTF-8">
<head>
<!-- Primary Meta Tags -->
<title>404 - Page not Found</title>
<meta name="title" content="404 - Page not Found" />
<!-- <meta
name="description"
content="Uncover the intricacies of Jesper's Sims Wiki, revealing the creative process and technical expertise that brought it to life. From design decisions to coding challenges, journey through the making of our digital oasis." />-->

<!-- Open Graph / Facebook
<meta property="og:type" content="website" />
<meta property="og:url" content="https://simsinfo.2ix.de/colophon" />
<meta
property="og:title"
content="Behind the Scenes: Crafting Jesper's Sims Wiki" />
<meta
property="og:description"
content="Uncover the intricacies of Jesper's Sims Wiki, revealing the creative process and technical expertise that brought it to life. From design decisions to coding challenges, journey through the making of our digital oasis." />
<!-- <meta
property="og:image"
content="https://metatags.io/images/meta-tags.png" /> -->

<!-- Twitter
<meta name="twitter:card" content="summary" />
<meta
name="twitter:title"
content="Behind the Scenes: Crafting Jesper's Sims Wiki" />
<meta
property="twitter:description"
content="Uncover the intricacies of Jesper's Sims Wiki, revealing the creative process and technical expertise that brought it to life. From design decisions to coding challenges, journey through the making of our digital oasis." />
<!-- SEO -->
<meta name="robots" content="noindex,follow" />
<meta
name="keywords"
content="the sims 4, the sims, sims cc, sims mods" />
<meta http-equiv="expires" content="7" />
<meta name="revisit" content="7 days" />
<meta name="audience" content="all" />
<meta name="revisit-after" content="7 days" />
<meta name="page-topic" content="Sims" />
<meta http-equiv="Content-Type" content="text/html" />
<link rel="canonical" href="https://simsinfo.2ix.de" />

<!-- Copyright -->
<meta name="author" content="Jesper Mahel" />
<meta name="contact" content="[email protected]" />
<meta name="publisher" content="Jesper Mahel" />
<meta name="copyright" content="Jesper Mahel" />

<!-- Tech -->
<noscript>
<div class="noscript alternative js-required">
<p>
This website requires JavaScript. Your browser doesn't support
JavaScript or you have a JavaScript blocker installed.
</p>
</div>
</noscript>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous" />
<script src="/scripts/menufooter.js" async></script>
</head>
<body>
<div id="menu"></div>
<div class="container">
<h1 style="padding-top: 3em">Oops! Page Not Found</h1>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="../">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">404</li>
</ol>
</nav>
<p>
It looks like you've stumbled upon a glitch in the system. The page
you're looking for might have been moved, renamed, or simply doesn't
exist in this virtual world.
</p>
<b>What to do next?</b>
<ul>
<li>
<b>Go back Home: </b>Return to our <a href="../">homepage</a> and
continue exploring all things Sims.
</li>
<li>
<b>Check the URL: </b>Make sure the web address is spelled
correctly.
</li>
<!--<li>
<b>Use the Search: </b>Try searching for what you need using our
search bar above.
</li>-->
</ul>
<p>
<b>Need help?</b><br />
If you think that this is an error feel free to open an issue on our
<a href="https://github.com/k1nsej/SimsInfo/issues">Github.</a>
</p>
<!--<p>In the meantime, why not take a break and check out some of our popular guides?</p>
<ul>
<li><a href="/notsoberry/">Not so Berry Challenge</a></li>
</ul>-->
<p>Thanks for visiting our Sims Information Site. Happy Simming!</p>
</div>
<div style="padding-top: 1em" id="footer"></div>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
</body>
</html>
1 change: 1 addition & 0 deletions _redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* /404/ 404

0 comments on commit 1bafcea

Please sign in to comment.