51 lines
1.8 KiB
HTML
51 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>HY App Monitor HaiYi</title>
|
|
<link rel="stylesheet" href="app.css" />
|
|
<script defer src="haiyi.js"></script>
|
|
</head>
|
|
|
|
<body class="auth-page">
|
|
<div id="boot-indicator" class="boot-indicator">加载中...</div>
|
|
<noscript>
|
|
<div class="boot-indicator">请启用 JavaScript</div>
|
|
</noscript>
|
|
|
|
<main id="haiyi-root" class="auth-shell" hidden>
|
|
<section class="auth-panel entry-panel">
|
|
<div class="auth-panel-head">
|
|
<div class="brand-row">
|
|
<p class="brand-mark">HY APP MONITOR</p>
|
|
<span class="env-pill">HAIYI</span>
|
|
</div>
|
|
<h1 class="auth-title">HaiYi</h1>
|
|
<div class="entry-meta">
|
|
<span id="haiyi-username" class="badge neutral mono" hidden></span>
|
|
<span id="haiyi-health" class="badge neutral">检查中</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="entry-stack">
|
|
<div class="entry-card entry-card-static">
|
|
<strong>入口已预留</strong>
|
|
<span>一期仅接统一登录、选择页和健康检查。</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="entry-actions">
|
|
<a class="refresh ghost entry-link" href="/select">返回入口</a>
|
|
<button id="haiyi-refresh" class="refresh" type="button">刷新</button>
|
|
<button id="haiyi-logout" class="refresh ghost" type="button">退出</button>
|
|
</div>
|
|
|
|
<p id="haiyi-error" class="auth-error" hidden aria-live="polite"></p>
|
|
</section>
|
|
</main>
|
|
</body>
|
|
|
|
</html>
|