blog/templates/index.html
mohamad f4a3e2379e
Some checks are pending
Build and Deploy Blog / build (push) Waiting to run
weeee💃
2025-01-26 02:04:29 +01:00

15 lines
376 B
HTML

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Blog</title>
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<header>
<h1>Welcome to My Blog</h1>
<nav>
<a href="/index.html">Home</a>
</nav>
</header>
<main>
<h2>Latest Posts</h2>