初步搭建值班表显示前端

This commit is contained in:
2024-12-29 11:06:38 +08:00
parent 3b6f97f267
commit ad4f7b168d
4 changed files with 22 additions and 4 deletions

12
templates/table.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<header></header>
<main></main>
<footer></footer>
</body>
</html>