Grundstruktur und Index-Datei hinzugefügt.

This commit is contained in:
Daniel Spittank 2022-01-10 23:20:07 +01:00
parent db3d74c858
commit ce8f695a53
3 changed files with 41 additions and 0 deletions

11
index.html Normal file
View file

@ -0,0 +1,11 @@
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8" />
<title>Meine tolle Webseite</title>
</head>
<body>
Hier kommt mein Inhalt hin.
</body>
</html>