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

3
web/views/foot.html Normal file
View File

@ -0,0 +1,3 @@
</body>
</html>

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>

1
web/views/main.html Normal file
View File

@ -0,0 +1 @@
<welcome_message>

View File

@ -0,0 +1 @@
<key>:<val>

3
web/views/tag/text.html Normal file
View File

@ -0,0 +1,3 @@
<div>
<p><fnr></p>
</div>