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,14 +3,24 @@
<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>Welcome</h1>
<p>Welcome to the site!</p>
<p>Testing a change.</p>
<header class="main-header">
<span class="name">Zoey</span>'s website |
<span class="pronouns">she/her</span>
</header>
<main class="page">
<h1>Zoeys Website</h1>
<p>Welcome to the site! Its still very much a work in progress.</p>
<p>Links:</p>
<ul>
<li><a href="https://github.com/Zoeycode" rel="noopener noreferrer" target="_blank">GitHub</a></li>
</ul>
</main>
</body>
</html>