This commit is contained in:
Zoeycode 2021-10-15 05:19:38 +00:00
parent c1ed89fb25
commit f3003e7dcc
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@
<body>
<header class="main-header">
<span class="name">Zoey</span>'s website |
<span class="pronouns">she/her</span>
<span class="pronouns">she/they</span>
</header>
<main class="page">
<h1>404 Not Found</h1>

View file

@ -10,7 +10,7 @@
<body>
<header class="main-header">
<span class="name">Zoey</span>'s website |
<span class="pronouns">she/her</span>
<span class="pronouns">she/they</span>
</header>
<main class="page">
<h1>Zoeys Website</h1>
@ -18,7 +18,7 @@
<p>Links:</p>
<ul>
<li><a href="https://github.com/Zoeycode" rel="noopener noreferrer" target="_blank">GitHub</a></li>
<li><a href="mailto:z@zoey.dev" rel="noopener noreferrer" target="_blank">Email</a></li>
<li><a href="mailto:z@zoey.dev">Email</a></li>
</ul>
</main>