This repository has been archived on 2025-11-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
kbm-html/index.html
Fabian Märker 959557830a hshsh
2021-10-25 13:09:56 +02:00

16 lines
459 B
HTML

<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"><img="assest/logo.png" width="150" height="150"></a></li>
</ul>
</nav>
</body>
</html>