a8516647e4
This reverts commit f3f9f78787.
13 lines
311 B
HTML
13 lines
311 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>
|
|
<h1>Das hier wird eine colle Urlaubswebseite!</h1>
|
|
<p>Ein kleiner Absatz</p>
|
|
</body>
|
|
</html>
|