22 lines
959 B
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>曜冥纪元 · 领地健康看板</title>
<style>
*{box-sizing:border-box;margin:0;padding:0}
:root{
--bg:#080c14;--s1:#0c1320;--s2:#101828;--s3:#162032;
--cyan:#5ad0e0;--cyan-glow:rgba(90,208,224,.3);--cyan-bright:#8ef0ff;
--violet:#b090ff;--violet-glow:rgba(176,144,255,.25);
--ok:#40b87a;--ok-glow:rgba(64,184,122,.3);
--warn:#f0d060;--err:#ff4a6e;
--brd:rgba(90,208,224,.12);--brd-hover:rgba(90,208,224,.3);
--txt:#f0f6ff;--dim:#6a80a0;
--font:'SF Pro Display','Inter','PingFang SC','-apple-system',sans-serif;
--mono:'SF Mono','JetBrains Mono',monospace;
}
/* CSS truncated for size - will use local file content */
body{background:var(--bg);color:var(--txt);font-family:var(--font);min-height:100vh}
</style></head><body><div>GPU Dashboard v2 - Full content in local file</div></body></html>