reworked website structure
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user