Website-Ferienwohnung/app/index.html

13 lines
287 B
HTML
Raw Normal View History

2024-02-10 15:34:23 +00:00
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/main.css" />
<title>Ferienwohnung</title>
</head>
<body>
<h1>hallo</h1>
</body>
</html>