Add dashboard page for site components

This commit is contained in:
Alexa Amundson
2025-12-02 21:07:16 -06:00
parent 425a894cd3
commit 1b88b8df9d
5 changed files with 140 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
<nav>
<a href="login.html">Login</a>
<a href="status.html">Status</a>
<a href="dashboard.html">Dashboard</a>
</nav>
</header>
<main>
@@ -28,6 +29,11 @@
<p>Create and experiment with musical ideas in the browser.</p>
<a href="composer.html">Launch Composer</a>
</section>
<section class="card">
<h2>Operations Dashboard</h2>
<p>Check the status of BlackRoad properties at a glance.</p>
<a href="dashboard.html">View Dashboard</a>
</section>
</div>
</main>
<footer>