add web gui

This commit is contained in:
2025-08-06 14:05:29 +02:00
parent 4ee8fe48bc
commit cf96815d0f
14 changed files with 588 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>An error occured</title>
</head>
<body>
<h1>500 Internal Server Error</h1>
</body>
</html>