This commit is contained in:
Fabian Märker
2021-10-25 12:59:44 +02:00
parent e81f022396
commit 6d86757876
2 changed files with 13 additions and 1 deletions

0
assets/design.css Normal file
View File

View File

@@ -1,3 +1,15 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KBM - Startsite</title>
<link rel="stylesheet" type="text/css" href="assest/design.css">
</head>
<body>
<nav class="menu">
<ul>
<li><a href="index.html"></a></li>
</ul>
</nav>
</body>
</html>