mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-28 12:35:03 +08:00
12 lines
221 B
HTML
12 lines
221 B
HTML
<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>
|