website/pages/gallery.html
2025-03-22 00:32:29 -03:00

155 lines
4.9 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- i dont know what this meta name viewport thing does it came with the neocities start page i think
so its gonna be like that-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>gallery</title>
<link rel="icon" href="/images/favicon.png" type="image/x-icon" />
<link rel="stylesheet" href="/css/style.css" />
<!-- script tag for the mouse effects -->
<!--- embed meta tags for sites like twitter and discord -->
<meta content="authen's site" property="og:title" />
<meta
content="for all your authen and authenyo needs"
property="og:description"
/>
<meta content="/index.html" property="og:url" />
<meta content="/images/screenie.png" property="og:image" />
<meta name="twitter:card" content="summary_large_image" />
<meta content="#33FFFF" data-react-helmet="true" name="theme-color" />
<script defer src="https://collecting.slurs.online/script.js" data-website-id="10adc62c-d228-48f0-98ec-c668a326d6ee"></script>
</head>
<body>
<div class="flex">
<div class="header">
<marquee>
<div >authen</div>
</marquee>
</div>
<div class="item" style="order: 1; height: 2300px">
<h1>gallery</h1>
<p>everything here is licensed in <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a></p>
<p>
<img
src="/images/gallery/0ef74d99-ddfb-40d3-b2ce-9be24b66bc70.png"
width="200"
height="200"
/>
<img
src="/images/gallery/1e7bb89d-9b88-46e3-a399-38c07f09bd36.png"
width="200"
height="200"
/>
<img
src="/images/gallery/20230724_162251.jpg"
width="200"
height="200"
/>
<img
src="/images/gallery/20230827_181147.jpg"
width="200"
height="200"
/>
<img
src="/images/gallery/20230827_181336.jpg"
width="200"
height="200"
/>
<img
src="/images/gallery/20230827_181346.jpg"
width="200"
height="200"
/>
<img
src="/images/gallery/20230827_181356.jpg"
width="200"
height="200"
/>
<img
src="/images/gallery/27be1643-4106-4bb4-9ec3-ee0722175f82.png"
width="200"
height="200"
/>
<img
src="/images/gallery/20230827_181346.jpg"
width="200"
height="200"
/>
<img
src="/images/gallery/5baa900a-a2d1-4bf2-9ded-a4f95cc18acd.png"
width="200"
height="200"
/>
<img
src="/images/gallery/a5da6bba-743b-40a9-bb8f-d6ea69d080d4.png"
width="200"
height="200"
/>
<img
src="/images/gallery/catoncomputer.jpg"
width="200"
height="200"
/>
<img
src="/images/gallery/cbdd348e-84eb-4d45-83e8-448d4da69934.png"
width="200"
height="200"
/>
<img
src="/images/gallery/IMG_20230922_105957.jpg"
width="200"
height="200"
/>
<img
src="/images/gallery/IMG_20230922_111021.jpg"
width="200"
height="200"
/>
<img
src="/images/gallery/20230215_224439.jpg"
width="200"
height="200"
/>
<img
src="/images/gallery/20230312_191432.jpg"
width="200"
height="200"
/>
<img
src="/images/gallery/20230426_190539.jpg"
width="200"
height="200"
/>
<img
src="/images/gallery/20230508_152432.jpg"
width="200"
height="200"
/>
<img
src="/images/gallery/20230724_162217.jpg"
width="200"
height="200"
/>
<img
src="/images/gallery/a3c3fce965c4946f9ab7ce7be25e9b0d.png"
width="200"
height="200"
/>
<img src="/images/gallery/fireee.jpg" width="200" height="200" />
<img src="/images/gallery/fucked upp.jpg" width="200" height="200" />
<img
src="/images/gallery/gnarpy.png"
width="200"
height="200"
/>
</p>
<marquee><img src="/images/gallery/3dgifmaker11702.gif" /></marquee>
</div>
<!--- lil part with all the pages -->
<div style="order: 2">
<iframe src="/navbar.html" width="100%" height="2300px" style="border: solid var(--blue);" scrolling="no" title="Navigation"></iframe>
</div>
</body>
</html>