mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-29 04:55:04 +08:00
12 lines
220 B
HTML
12 lines
220 B
HTML
<html>
|
|
<body>
|
|
<div>
|
|
<h1 align=center>今日值班表</h1>
|
|
<div align=center>
|
|
<button hx-get="/api/getAssignment" hx-swap="outerHTML"> 点我!</button>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<script src="/htmx.min.js"></script>
|
|
</html>
|