16 lines
576 B
HTML
16 lines
576 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>elliemese.win Files Page</title>
|
|
<link rel="stylesheet" href="index.css">
|
|
<link rel="icon" href="https://files.elliemese.win/files.jpg">
|
|
</head>
|
|
<body>
|
|
<h1>Files</h1>
|
|
<img src="https://files.elliemese.win/files.jpg" alt="files 😲🤯🙀">
|
|
<p class="big">This page is just hosted to have files available for the public.</p>
|
|
<p class="smol">This page was only created in case you stumbled here on accident!</p>
|
|
<a href="https://elliemese.win">Go back to the homepage!</a>
|
|
</body>
|
|
</html> |