static-blog/index.html
2024-05-22 15:58:12 +02:00

15 lines
259 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Home</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Header -->
<div class="badge">
<i class="icon">🔔</i>
<a href="index.html">Home</a>
</div>
</body>