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

34 lines
834 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SH:TITLE</title>
<link rel="stylesheet" href="style.css">
<meta property="og:type" content="article">
<meta property="og:title" content="SH:TITLE">
<meta property="og:description" content="SH:BLURB">
<meta property="og:image" content="SH:IMAGE">
<meta property="og:url" content="article?SH:URL">
</head>
<body>
<nav>
<a href="/" class="logo">My Blog</a>
</nav>
<main>
<article>
<h1>SH:TITLE</h1>
<div class="content">
SH:CONTENT
</div>
</article>
</main>
<footer>
<p>&copy; My Blog. All rights reserved.</p>
</footer>
</body>
</html>