Initial commit

This commit is contained in:
Dominic Zimmer
2022-10-08 13:00:05 +02:00
commit 7f2d42d3b1
3 changed files with 221 additions and 0 deletions

15
index.html Normal file
View File

@@ -0,0 +1,15 @@
<html>
<head>
<link rel="stylesheet" href="style.css">
<link rel="icon"
href="reihe12.svg">
<title>
Reihe 12
</title>
</head>
<body>
<div class="container">
<img class="logo" src="reihe12.svg"/>
</div>
</body>
</html>