1
0

first commit

This commit is contained in:
2026-05-17 17:05:59 -06:00
commit d9034e4074
7 changed files with 167 additions and 0 deletions

26
index.html Normal file
View File

@@ -0,0 +1,26 @@
<!DOCTYPE html>
<link rel="icon" type="image/png" href="https://images.elliemese.win/peachpfp.png">
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Elliemese's Silly Website</title>
<link rel="stylesheet" href=index.css>
</head>
<body>
<img src="https://images.elliemese.win/peachpfp.png" alt="Elliemese's Profile Picture">
<h1>Elliemese's Silly Website</h1>
<h3>This website is a fun little project I have, I host some things on it too!</h3>
<div class="diver">
<a class="mainlinks" href="https://discord.gg/qs3zWDew3N">My Discord Server</a>
</div>
<div class="diver">
<a class="mainlinks" href="quotes.html">My Quotes Page</a>
</div>
<div class="diver">
<a class="mainlinks" href="freeram.html">Free Ram Distributable</a>
</div>
<hr>
<a class="source" href="https://git.decalfree.com/Elliemese/Sites">Source Code</a>
<footer>Ts looks ass cause I don't want an AI website, working on it looking better soon!</footer>
</body>
</html>