add things

This commit is contained in:
M1n-0
2025-05-13 17:09:24 +02:00
parent 2f8226075d
commit 11900c2842
10 changed files with 302 additions and 5 deletions

12
web/view/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
Hello World!
<h1>Welcome to the GestHub Web Interface</h1>
</body>
</html>