nichts/website/index.html

22 lines
438 B
HTML
Raw Normal View History

2025-04-09 15:31:18 +02:00
<!DOCTYPE html>
<link rel="stylesheet" href="style.css">
<html>
<body id="top">
<div class="content">
<h2 class="header" align="center">My Website</h2>
<p>
Welcome to my website. Here I share some heartfelt ramblings about different things.<br>
</p>
<hr>
<div class="years">
<h2>Brain farts</h2>
<h3> 2025</h3>
<a href="blog/post/02.html">I love JJ</a>
</div>
</div>
</body>
</html>