SelfHost/Test Environment/theme/index.html
2025-12-15 19:46:13 +01:00

39 lines
949 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Blog</title>
<link rel="stylesheet" href="style.css">
<meta property="og:type" content="website">
<meta property="og:title" content="My Blog">
<meta property="og:description" content="Welcome to my blog">
</head>
<body>
<nav>
<a href="/" class="logo">My Blog</a>
</nav>
<main>
<header class="hero">
<h1>Welcome to My Blog</h1>
<p>A place for my thoughts and projects.</p>
</header>
<section class="articles">
SH:CARDLARGE
SH:CARDSMALL
SH:CARDSMALL
SH:CARDSMALL
SH:CARDSMALL
SH:CARDSMALL
</section>
</main>
<footer>
<p>&copy; My Blog. All rights reserved.</p>
</footer>
</body>
</html>