static-blog/index.html

22 lines
516 B
HTML
Raw Normal View History

2024-05-22 15:58:12 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home</title>
2024-05-22 16:54:19 +02:00
<link rel="stylesheet" href="./style.css">
2024-05-22 15:58:12 +02:00
</head>
<body>
<!-- Header -->
2024-05-22 16:54:19 +02:00
<div class="container">
<div class="badge">
<span class="left-span">
<i class="icon">🔔</i>
</span>
<span class="right-span">
<a href="index.html" class="link">Home</a>
<a href="explore.html" class="link">Explore</a>
</span>
</div>
2024-05-22 15:58:12 +02:00
</div>
</body>