Files
Exam-Information-System/index.html
T
2026-07-19 21:15:09 +08:00

27 lines
999 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#132451" />
<meta name="description" content="衡准考试信息管理系统——考试通知、考生报名、准考证与成绩查询一站式服务。" />
<title>衡准 · 考试信息管理系统</title>
<link rel="stylesheet" href="/styles.css" />
</head>
<body>
<div id="app" aria-live="polite">
<div class="boot-screen">
<div class="brand-symbol"><i></i><i></i><i></i></div>
<strong>衡准</strong>
<span>系统正在加载</span>
</div>
</div>
<div id="modalRoot"></div>
<div class="toast" id="toast" role="status" aria-live="polite">
<span class="toast-icon"></span>
<div><strong>操作成功</strong><small>更改已保存</small></div>
</div>
<script type="module" src="/app.js"></script>
</body>
</html>