1
0

first commit

This commit is contained in:
2026-05-24 20:59:57 -06:00
commit f6294ae1b3
3 changed files with 33 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.idea

15
index.css Normal file
View File

@@ -0,0 +1,15 @@
body {
text-align: center;
background: rgb(045,045,045);
font-family: "JetBrains Mono", sans-serif;
color: white;
}
p {
font-size: 25px;
}
a {
color: rgb(155, 214, 255);
font-size: 15px;
}

17
index.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Elliemese Images</title>
<link rel="stylesheet" href="index.css">
<link rel="icon" href="https://images.elliemese.win/clown.jpg">
</head>
<body>
<h1>This subdomain is obsolete.</h1>
<img src="https://images.elliemese.win/clown.jpg" alt="Sad Clown">
<p class="main">This subdomain is only here for ex projects I don't feel bothered migrating to the new domain.</p>
<div>
<a href="https://files.elliemese.win">All things will now be hosted at this hyperlink redirect.</a>
</div>
</body>
</html>