Basic data ingestion and analytics

This commit is contained in:
2026-02-09 01:10:52 +01:00
parent 699c826bf0
commit afd195dab9
12 changed files with 3203 additions and 19 deletions

View File

@@ -265,12 +265,31 @@
color: #999;
margin-top: 5px;
}
.nav-link {
padding: 8px 20px;
background: rgba(255,255,255,0.2);
border-radius: 4px;
text-decoration: none;
color: white;
font-size: 14px;
white-space: nowrap;
}
.nav-link:hover {
background: rgba(255,255,255,0.3);
}
</style>
</head>
<body>
<div class="header">
<h1>Skopje Bus Tracker</h1>
<div class="subtitle" id="routeInfo">Select stop and route to track</div>
<div style="display: flex; justify-content: space-between; align-items: center;">
<div>
<h1>Skopje Bus Tracker</h1>
<div class="subtitle" id="routeInfo">Select stop and route to track</div>
</div>
<a href="/analytics.html" class="nav-link">View Analytics</a>
</div>
</div>
<div class="controls">