first commit
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.idea
|
||||||
15
index.css
Normal file
15
index.css
Normal 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
17
index.html
Normal 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>
|
||||||
Reference in New Issue
Block a user