feat: complete day 17

This commit is contained in:
Ayobami
2025-07-22 19:21:32 +01:00
parent 29e6eb82c7
commit 743187b216
19 changed files with 721 additions and 226 deletions
+9 -11
View File
@@ -1,11 +1,9 @@
<div
style="
background: #063970;
color: white;
padding: 24px 24px 12px 24px;
font-size: 2rem;
font-weight: bold;
"
>
Calendar
</div>
<!DOCTYPE html>
<html>
<head>
<title>Calendar</title>
<link rel="stylesheet" href="/stylesheets/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body></body>
</html>