This repository has been archived on 2023-05-29. You can view files and clone it, but cannot push or open issues or pull requests.
sillyweb/blogtest.html
Emilia ec526fe351 Fetch this fella!
My website, untouched (for now)
2023-05-22 20:37:45 +02:00

25 lines
809 B
HTML

<!DOCTYPE html>
<head>
<link rel="stylesheet" href="style.css">
<title>blog - emimilka.eu</title>
</head>
<body>
<div class="content">
<img src="banner.png">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="https://emimilka.carrd.co">Commissions</a></li>
<li><a href="https://tea.nightly.town/emilia">Git repositories</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
<div class="post-title">
<h1>Welcome to my website</h1>
<p>Home of stupidity and complexity</p>
<p>If you wanted to commission me, go <a href="https://emimilka.carrd.co">here</a> for that.</p>
</div>
<div class="footer">
<p>The website's source code is hosted <a href="https://tea.nightly.town/emilia/nightly-web">here</a> and you can freely use it.</p>
<p>Made with autistic love by NightlyEmilia</p>
</div>