22 lines
No EOL
438 B
HTML
22 lines
No EOL
438 B
HTML
<!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> |