add html file with basic content

This commit is contained in:
Yara Wagner 2026-03-12 11:00:23 +01:00
parent 4650f6389d
commit 9fd12c228c

17
index.html Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yaras Website</title>
</head>
<body>
<h1>Herzlich willkommen!</h1>
<p>Warum du meine Seite besuchen solltest:</p>
<ul>
<li>Sie ist cool.</li>
<li>Du bist cool.</li>
<li>Warum nicht.</li>
</ul>
</body>
</html>