36 lines
1.5 KiB
HTML
36 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<link rel="icon" type="image/png" href="assets/favicons/favicon-96x96.png" sizes="96x96" />
|
|
<link rel="icon" type="image/svg+xml" href="assets/favicons/favicon.svg" />
|
|
<link rel="shortcut icon" href="assets/favicons/favicon.ico" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png" />
|
|
<meta name="apple-mobile-web-app-title" content="strongsand" />
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>404 Not Found | strongsand's domain</title>
|
|
<link rel="preload" href="stylesheet.css" as="style" />
|
|
<link rel="stylesheet" href="stylesheet.css" />
|
|
<!-- Figure out a way to fetch this font asynchronously -->
|
|
<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=Lexend:wght@100..900&display=swap" rel="stylesheet">
|
|
<link href="https://booping.synth.download/@strongsand" rel="me">
|
|
</head>
|
|
<body>
|
|
<div class="navbar"><nav>
|
|
<a href="index.html">home</a>
|
|
<a href="about.html">about</a>
|
|
<a href="links.html">links</a>
|
|
<a href="interacting.html">interacting</a>
|
|
</nav></div>
|
|
<br><hr>
|
|
|
|
<h1><header>404 Not Found</header></h1>
|
|
<main>
|
|
uhh i think you have the wrong link <br>
|
|
or maybe i messed up :3 <br>
|
|
<a href="index.html">go back to home page</a>
|
|
</main>
|
|
</body>
|
|
</html>
|