49174b7741
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.
12 lines
227 B
HTML
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>
|