add 数据库 Web框架 初步 支持

This commit is contained in:
2024-10-28 18:59:34 +08:00
parent 221f216c3d
commit 4ceb33fbf2
14 changed files with 152 additions and 2 deletions

20
FrontEnd/index.html Normal file
View File

@@ -0,0 +1,20 @@
<html>
<body >
<div align=center>
<h1>网维排班系统</h1>
<a href=assignment.html>查看今日值班表</br></a>
<br>
<a href=switch.html>发起换班</br></a>
<a href=repay.html>发起补班</br></a>
<a href=volunteering.html>发起蹭班</br></a>
</div>
<br>
</br>
<div align=center>
<footer>
<a href=admin.html>管理</br></a>
<i>有任何问题和建议,都可以联系开发组组长:)</i>
</footer>
</div>
</body>
</html>

0
FrontEnd/robots.txt Normal file
View File