Init repo

This commit is contained in:
2021-01-14 14:37:27 +01:00
commit 377e27d8a8
3 changed files with 59 additions and 0 deletions

17
index.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="de" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>reichartstrasse.de</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<header>
<div class="header">
<h1>reichartstrasse.de</h1>
</div>
</header>
</body>
</html>