nexu-io--open-design
23 行
955 B
HTML
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>
|