reworked website structure

This commit is contained in:
ben
2026-08-04 15:54:38 +02:00
parent 2f51f069fa
commit 2a60358c9a
3 changed files with 0 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<title>Calendar</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="layout">
<aside class="sidebar">
<h2>Calendar</h2>
<nav>
<a href="#">Dashboard</a>
<a href="#">Rooms</a>
<a href="#">Events</a>
<a href="#">Settings</a>
</nav>
</aside>
<main class="content">
<h1>Dashboard</h1>
<div class="calendar">
Kalender komt hier
</div>
</main>
</div>
</body>
</html>