mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-28 12:35:03 +08:00
24 lines
548 B
HTML
24 lines
548 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="https://cdn.jsdmirror.com/npm/@picocss/pico@2/css/pico.min.css">
|
|
</head>
|
|
<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>
|