first commit. working templating, path routing, api responses, web menagment path

This commit is contained in:
2025-10-12 07:05:03 +00:00
commit ebc79583e4
12 changed files with 203 additions and 0 deletions

8
web/views/head.html Normal file
View File

@ -0,0 +1,8 @@
<!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>