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