1
0
Files
Sites/quotes.html
2026-05-17 17:05:59 -06:00

18 lines
693 B
HTML

<!DOCTYPE html>
<link rel="icon" type="image/png" href="https://files.elliemese.win/quote.png">
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Quotes</title>
<link rel="stylesheet" href=quotes.css>
</head>
<body>
<a class="homepagebutt" href="/index.html">Go Back To Homepage</a>
<h1 class="headertext">Quotes</h1>
<img class="headerimage" src="https://files.elliemese.win/quote.png" alt="weird ass quote stock image">
<h2 class="headerbutsmallertext">This is just a quote list lmao, simple as that :3</h2>
<hr>
<p>"I like femboys" -DecalFree, 4/3/2026</p>
<p>"You cant beat the gay tags. The gay tags will always be the best tags." -DecalFree, 5/17/2026</p>
</body>
</html>