21 lines
911 B
HTML
21 lines
911 B
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Quotes</title>
|
|
<link rel="stylesheet" href=quotes.css>
|
|
<link rel="icon" type="image/png" href="https://files.elliemese.win/quote.png">
|
|
</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>
|
|
<h4>One last thing, most of these are going to be decal because I spend 99% of my free time with them 😭</h4>
|
|
<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>
|
|
<p>"Cause why would I date YOUUUU" -DecalFree, 5/17/2026</p>
|
|
</body>
|
|
</html> |