build: Create a simple hello world index.html

This commit is contained in:
rdev-worker 2026-01-31 09:38:44 +00:00
parent 237ae146b4
commit c49883831b

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</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>