index.html hinzugefügt

This commit is contained in:
Manuel Hunziker 2026-04-16 12:10:39 +00:00
parent 492b587649
commit a000c78a05

10
index.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Meine Demo Seite</title>
</head>
<body>
<h1>Hallo Welt! 🚀</h1>
<p>Das ist meine selbst gehostete Demo-Seite.</p>
</body>
</html>