Update index 2026-02-12
This commit is contained in:
parent
9546a086e1
commit
777796e478
37
index.html
Normal file
37
index.html
Normal file
@ -0,0 +1,37 @@
|
||||
<!doctype html>
|
||||
<html lang="pt-BR">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>CMO Dashboard — Histórico</title>
|
||||
<style>
|
||||
body{margin:0;background:#050914;color:#e5e7eb;font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial}
|
||||
.wrap{max-width:900px;margin:0 auto;padding:18px}
|
||||
.card{background:#0b1220;border:1px solid #1f2a44;border-radius:16px;padding:14px}
|
||||
table{width:100%;border-collapse:collapse}
|
||||
th,td{padding:10px;border-bottom:1px solid #1f2a44;text-align:left;font-size:13px}
|
||||
th{opacity:.8;font-weight:600}
|
||||
a{color:#93c5fd}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrap">
|
||||
<h1 style="font-size:18px;margin:0">CMO Dashboard — Histórico</h1>
|
||||
<div style="opacity:.75;margin-top:6px">Últimos 30 dias</div>
|
||||
<div style="height:14px"></div>
|
||||
<div class="card">
|
||||
<table>
|
||||
<thead><tr><th>Data</th><th>Spend</th><th>Conv</th><th></th></tr></thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="reports/2026-02-12.html">2026-02-12</a></td>
|
||||
<td>R$ 0.00</td>
|
||||
<td>0</td>
|
||||
<td><a href="reports/2026-02-12.html">abrir</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue
Block a user