1
0
Files
Sites/index.html

26 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Elliemese's Silly Website</title>
<link rel="stylesheet" href=index.css>
<link rel="icon" type="image/png" href="https://images.elliemese.win/peachpfp.png">
</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>