This commit is contained in:
2021-10-25 17:43:24 +02:00
parent 28b7fc49dc
commit 3ada12e068
3 changed files with 9 additions and 0 deletions

BIN
assets/bilder/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

0
assets/design.css Normal file
View File

9
index.html Normal file
View File

@@ -0,0 +1,9 @@
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="with=device-width, initial-scale=1.0">
<title>KBM - Startseite</title>
<link rel="stylesheet" type="text/css" href="assets/design.css"/>
<link rel="icon" type="image/png" href="assets/bilder/icon.png">
</head>
</html>