mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-28 20:45:05 +08:00
初步搭建值班表显示前端
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
<html>
|
||||
<head>
|
||||
<script src="htmx.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<h1 align=center>今日值班表</h1>
|
||||
<div id="table" hx-get="/api/getAssignment" hx-target="table" hx-swap="innerHTML"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
1
FrontEnd/htmx.min.js
vendored
Normal file
1
FrontEnd/htmx.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user