This commit is contained in:
Zyllian 2022-10-03 08:17:35 +00:00
parent 8bc03adf34
commit 434e0f284d
4 changed files with 4 additions and 132 deletions

View file

@ -1,31 +1 @@
<!DOCTYPE html>
<html lang="en">
<head><meta charset="utf-8">
<meta name="referrer" content="no-referrer">
<link rel="stylesheet" href="/styles/index.css">
<title>Zyllian</title><base href="https://zoey.dev"></head>
<body>
<header class="main-header">
<span>
<a class="name" href="/">Zyllian</a> |
<span class="pronouns">she/they</span>
</span>
<span class="spacer"></span>
<a href="https://github.com/Zyllian/zyllian.github.io" rel="noopener noreferrer" target="_blank">Source</a>
</header>
<main class="page">
<h1>Zoeys Website</h1>
<p>Welcome! Im Zoey (aka Zyllian), a trans woman living in the <abbr title="Pacific Northwest">PNW</abbr>. Theres not a whole lot here, so here are some links to other places Im at:</p>
<ul>
<li><a href="https://github.com/Zyllian" rel="noopener noreferrer" target="_blank">GitHub</a></li>
<li><a href="https://www.youtube.com/channel/UClXnco_MNJjhyNR_t-2CPpQ" rel="noopener noreferrer" target="_blank">YouTube</a> (Mostly short video game clips)</li>
<li><a href="https://twitter.com/Zylllian" rel="noopener noreferrer" target="_blank">Twitter</a> (I dont post here much)</li>
</ul>
</main>
</body>
</html>
<!DOCTYPE html> <html lang="en"> <meta charset="utf-8"> <meta name="referrer" content="no-referrer"> <link rel="stylesheet" href="/styles/index.css"> <title>Zyllian</title><base href="https://zoey.dev"> <header class="main-header"> <span> <a class="name" href="/">Zyllian</a> | <span class="pronouns">she/they</span> </span> <span class="spacer"></span> <a href="https://github.com/Zyllian/zyllian.github.io" rel="noopener noreferrer" target="_blank">Source</a> </header> <main class="page"> <h1>Zoeys Website</h1> <p>Welcome! Im Zoey (aka Zyllian), a trans woman living in the <abbr title="Pacific Northwest">PNW</abbr>. Theres not a whole lot here, so here are some links to other places Im at:</p> <ul> <li><a href="https://github.com/Zyllian" rel="noopener noreferrer" target="_blank">GitHub</a> <li><a href="https://www.youtube.com/channel/UClXnco_MNJjhyNR_t-2CPpQ" rel="noopener noreferrer" target="_blank">YouTube</a> (Mostly short video game clips) <li><a href="https://twitter.com/Zylllian" rel="noopener noreferrer" target="_blank">Twitter</a> (I dont post here much) </ul> </main>