项目文件夹

文件
wehub-resource-sync 070959e133
landing-page-staging / Deploy landing page to staging (push) Has been skipped
landing-page-ci / Validate landing page (push) Failing after 4s
visual-baseline / Capture visual baselines (push) Has been cancelled
bake-plugin-previews / Bake plugin previews (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:00:47 +08:00

23 行
955 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Trading Analysis Dashboard Template Example</title>
<style>
html,body{margin:0;height:100%;background:#0a1220;color:#eaf3ff;font-family:Inter,system-ui,sans-serif}
.top{height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid #233756;background:#0e1a2e}
.top b{font-size:12px;letter-spacing:.08em}
.top span{font-size:11px;color:#9eb1ce}
iframe{border:0;width:100%;height:calc(100% - 45px);display:block;background:#0a1220}
</style>
</head>
<body>
<div class="top">
<b>TRADING ANALYSIS DASHBOARD · TEMPLATE EXAMPLE</b>
<span>Default display sample rendered from assets/template.html</span>
</div>
<iframe src="./assets/template.html" title="Trading analysis dashboard template example"></iframe>
</body>
</html>