This commit is contained in:
Zyllian 2022-10-03 07:49:33 +00:00
parent 2e164524b8
commit fc20cdbd04
5 changed files with 65 additions and 11 deletions

26
secret.html Normal file
View file

@ -0,0 +1,26 @@
<!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>You found the secret page! 🎉🎉</h1>
<p>thats it.</p>
</main>
</body>
</html>