完成大体结构,后续还需学习或者迁移

This commit is contained in:
2026-05-19 22:58:04 +00:00
parent 7a37c73a85
commit 78557a6ffa
5 changed files with 49 additions and 7 deletions

11
var/templates/bbs.html Normal file
View File

@@ -0,0 +1,11 @@
<html>
<head>
<title>绿坝娘资源小站 (仮) | {{ title }}</title>
<link rel="icon" type="image/png" sizes="128x128" href="/static/src/img/logo.png">
</head>
<body>
<a href="/">返回主页</a>
<br>
搭建中......
</body>
</html>