feat: add web host

This commit is contained in:
Katharina Heidenreich 2026-03-16 19:57:27 +01:00
parent df9367d12f
commit 155801244a
3 changed files with 63 additions and 1 deletions

11
data/web/index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Hii :3</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
</head>
<body>
Hiiii :3
</body>
</html>