编写了模板注册部分

This commit is contained in:
2024-12-29 11:56:40 +08:00
parent ad4f7b168d
commit ecf4a1db8a
4 changed files with 25 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
<body>
<div>
<h1 align=center>今日值班表</h1>
<div id="table" hx-get="/api/getAssignment" hx-target="table" hx-swap="innerHTML"></div>
<div id="table" hx-get="/api/getAssignment" hx-target="table" hx-swap="innerHTML" align=center></div>
</div>
</body>
</html>