Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
570 changes: 570 additions & 0 deletions HeadySystems_v13/apps/heady_admin_ui/analytics.html

Large diffs are not rendered by default.

778 changes: 778 additions & 0 deletions HeadySystems_v13/apps/heady_admin_ui/css/analytics.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions HeadySystems_v13/apps/heady_admin_ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ <h1 class="logo">
<span class="icon">📊</span>
<span>Dashboard</span>
</button>
<a href="analytics.html" class="nav-item" style="text-decoration: none;">
<span class="icon">📊</span>
<span>Analytics</span>
</a>
<button class="nav-item" data-view="verticals">
<span class="icon">🎯</span>
<span>Verticals</span>
Expand Down
Loading