static-blog/index.html

15 lines
259 B
HTML
Raw Normal View History

2024-05-22 15:58:12 +02:00
<!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>