website: init

This commit is contained in:
Bloxx12 2025-04-09 15:31:18 +02:00
commit e4ef026a0c
7 changed files with 257 additions and 1 deletions

22
website/index.html Normal file
View file

@ -0,0 +1,22 @@
<!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>