17 lines
606 B
HTML
17 lines
606 B
HTML
<!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> |