Files
test2/index.html
T
Jannis Seemann 49174b7741 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.
2020-05-15 17:45:06 +03:00

12 lines
227 B
HTML

<!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>