index.html hinzugefügt
This commit is contained in:
parent
492b587649
commit
a000c78a05
1 changed files with 10 additions and 0 deletions
10
index.html
Normal file
10
index.html
Normal 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>
|
||||
Loading…
Reference in a new issue