33 lines
1.3 KiB
HTML
33 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<link type="image/x-icon" rel="icon" href="/images/favicon.ico">
|
|
<link type="text/css" rel="stylesheet" href="/css/global.css">
|
|
<link type="text/css" rel="stylesheet" href="/css/error.css">
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>How did we get here? | That_One_Nerd</title>
|
|
</head>
|
|
|
|
<!--header-->
|
|
|
|
<body>
|
|
<p id="headertext">↿ Or you can go to any of these places, I guess. ↾</p>
|
|
<p id="headertext2a">Hey, I opened the header for your convenience, you know. Close it when you go somewhere.</p>
|
|
<p id="headertext2b">You know, the header has a bunch of links to help you find your way out of here. It might be useful.</p>
|
|
|
|
<div class="box js-check-vars">
|
|
<h2>Whoops, looks like you got lost.</h2>
|
|
<h3>Can't find %url%. Not sure how you even got here.</h3>
|
|
<p>Here's my ultimatum: either go <button onclick="goHome()">home</button> or go <button onclick="goBack()">back a page</button>.</p>
|
|
</div>
|
|
</body>
|
|
|
|
<script type="module" src="/js/imports.js"></script>
|
|
<script src="/js/global.js" defer></script>
|
|
<script src="/js/error.js" defer></script>
|
|
</html>
|