2026-08-01

This commit is contained in:
2026-08-01 20:52:57 +08:00
parent 1090291fc3
commit 33031875ec
5 changed files with 170 additions and 0 deletions

9
templates/home.html Normal file
View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>{{ .Title }}</title>
</head>
<body>
<h1>{{ .Menu }}</h1>
</body>
</html>