← back to Marketing Command Center

public/index.html

28 lines

<!doctype html><html lang="en"><head><meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext y='.9em' font-size='90'%3E%F0%9F%93%A3%3C/text%3E%3C/svg%3E">
<title>Marketing Command Center · Designer Wallcoverings</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div id="scrim"></div>
<aside id="nav">
  <div class="brand"><span class="logo">DW</span><div><b>Marketing</b><small>Command Center</small></div></div>
  <nav id="tabs"><div class="loading">Loading…</div></nav>
  <div class="navfoot"><span id="health" class="dot">…</span></div>
</aside>
<main id="stage">
  <header id="topbar">
    <button id="burger" aria-label="Toggle menu" title="Toggle menu">
      <span></span><span></span><span></span>
    </button>
    <h1 id="paneltitle">Marketing Command Center</h1>
    <span id="crumb" class="muted"></span>
  </header>
  <section id="panel"><div class="loading">Loading…</div></section>
</main>
<script src="/app.js"></script>
</body></html>