mirror of
https://github.com/blackboxprogramming/blackroad.io.git
synced 2026-03-18 05:34:03 -05:00
Add dashboard page for site components
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user