This commit is contained in:
mhrooz 2024-05-22 15:58:12 +02:00
commit 4ac112f7b4
2 changed files with 18 additions and 0 deletions

15
index.html Normal file
View File

@ -0,0 +1,15 @@
<!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>

3
style.css Normal file
View File

@ -0,0 +1,3 @@
body{
background-color: #171717;
}