This commit is contained in:
2021-10-25 18:11:38 +02:00
parent 3ada12e068
commit e1bf7a7ca0
3 changed files with 70 additions and 0 deletions

View File

@@ -6,4 +6,17 @@
<link rel="stylesheet" type="text/css" href="assets/design.css"/>
<link rel="icon" type="image/png" href="assets/bilder/icon.png">
</head>
<body>
<header>
<img class="logo" src="assets/bilder/logo_wide.png" alt="logo">
<nav>
<ul class="menu_list">
<li><a href='#'>Startseite</a></li>
<li><a href='#'>Seite1</a></li>
<li><a href='#'>Seite2</a></li>
</ul>
</nav>
<a class="btn" href="#"><button>Knopf</button></a>
</header>
</body>
</html>