created index.html

This commit is contained in:
idittrich-valueon 2025-05-07 10:03:45 +02:00
commit 44c41d8836

11
index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello World Test</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>