Creating the initial index.html

In this page, the user will see what our website is all about. This
will be the main entry point for all users of our website.
This commit is contained in:
Jannis Seemann
2020-05-15 17:45:06 +03:00
commit 49174b7741
+11
View File
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Coole Urlaubswebseite</title>
</head>
<body>
</body>
</html>