This commit is contained in:
Zyllian 2022-12-15 05:42:43 +00:00
parent 72fce7ff82
commit b446301a32
21 changed files with 26 additions and 4 deletions

1
images/index.html Normal file
View file

@ -0,0 +1 @@
<!DOCTYPE html> <html lang="en"> <meta charset="utf-8"> <meta name="referrer" content="no-referrer"> <link rel="stylesheet" href="/styles/index.css"> <title>Zyllian / Images</title><base href="https://zyl.gay/"> <header class="main-header"> <span> <a class="name" href="/">Zyllian</a> | <span class="pronouns">she/they</span> </span> <span class="spacer"></span> <a href="/images/">Images</a> | <a href="https://github.com/Zyllian/zyllian.github.io" rel="noopener noreferrer" target="_blank">Source</a> </header> <main class="page"> <h1>Images</h1> <p><a href="/i/tags">View image tags</a></p> <h3>Page 1/1</h3> <div class="images-list"> <a class="image" href="/i/cat"> <img class="image-actual" src="https://i.zyl.gay/z/cat.jpeg" alt="Picture of my cat sleeping curled up on top of some pillows."> <span class="title">cat</span> </a> <a class="image" href="/i/cat3"> <img class="image-actual" src="https://i.zyl.gay/z/cat/boxtop.jpeg" alt="Picture of my cat sleeping in a box barely large enough for them. Their head is reasting on one edge of the box."> <span class="title">cat 3</span> </a> <a class="image" href="/i/trans-comfy"> <img class="image-actual" src="https://i.zyl.gay/z/trans-comfy.png" alt="Screenshot from Pokémon Black 2 of an NPC saying &quot;This dress is comfy and easy to wear...&quot;"> <span class="title">shorts to dresses</span> </a> <a class="image" href="/i/cat2"> <img class="image-actual" src="https://i.zyl.gay/z/cat2.jpeg" alt="Close up picture of my cat laying on a shelf while staring not quite at the camera."> <span class="title">cat 2</span> </a> <a class="image" href="/i/amogus"> <img class="image-actual" src="https://i.zyl.gay/z/amogus.png" alt="Screenshot of Pokémon White on an evolution screen. Text reads &quot;Congratulations! Your amogus evolved into Amoonguss!&quot;"> <span class="title">among us 😱</span> </a> </div> </main>