my-website/blog.html

25 lines
753 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width initial-scale=1.0">
<link rel="stylesheet" href="stylish.css">
<link rel="icon" href="Wlogo.png"
</head>
<body style="background-color:#121212">
<center>
<h1>BLUE BALLS</h1>
<hr style="width:50%">
</center>
<p> <a href="/home.html">home</a> I <a href="/blog.html">blog</a> I <a href="https://based.pt/webring/">coolppl</a> </p>
<hr style="width:50%">
<div style="margin-left: 25%">
<nav>
<p class="noleftm"> Blog #1 - my ahh website</p>
<p class="noleftm"> Wed, 23 Jul 2025 13:16:38 +0000</p>
<a href="blogs/blog1.html">Read</a>
<hr class="half-left">
</div>
</body>
</html>