This commit is contained in:
Zoeycode 2021-08-19 21:03:30 +00:00
parent 815cf10383
commit bc9a0786ab
6 changed files with 53 additions and 13 deletions

View file

@ -3,13 +3,20 @@
<head><meta charset="utf-8">
<link rel="stylesheet" href="/static/site.css">
<meta name="referrer" content="no-referrer">
<link rel="stylesheet" href="/styles/index.css">
<title>zoey.dev</title><base href="https://zoey.dev"></head>
<body>
<h1>404 Not Found</h1>
<header class="main-header">
<span class="name">Zoey</span>'s website |
<span class="pronouns">she/her</span>
</header>
<main class="page">
<h1>404 Not Found</h1>
<p>The page or resource requested does not exist. <a href="/">Back to home</a></p>
</main>
</body>
</html>