Files
pymc_console-dist/frontend/dist/index.html
T
GitHub Actions Bot c8b6d40235 Sync build v0.9.211
Automated sync from private repository.
Commit: 3a1b653b6fd137da7bfc47582639e9c5f4257968
2026-02-02 08:57:30 +00:00

51 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pyMC Console</title>
<meta name="description" content="LoRa Mesh Network Repeater Monitoring Dashboard" />
<!-- Favicon: SVG for modern browsers, fallback prevents 404 -->
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='14' fill='%23719CDF'/%3E%3Cpath d='M10 16h12M16 10v12' stroke='%23171717' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E" />
<!-- Fonts are self-hosted via @fontsource packages (no external requests) -->
<!-- Theme initialization - prevent flash of unstyled content -->
<script>
(function() {
try {
// Try new key first, fall back to legacy key for migration
var scheme = localStorage.getItem('pymc-color-scheme');
if (!scheme) {
// Migration: read legacy key and map to color scheme
var legacy = localStorage.getItem('pymc-background');
if (legacy && legacy !== 'default') {
scheme = legacy; // Legacy stored preset ID which matches scheme ID
}
}
// Apply theme if not default (default uses :root styles)
if (scheme && scheme !== 'default') {
document.documentElement.setAttribute('data-theme', scheme);
}
} catch (e) {}
})();
</script>
<style>
:root {
--font-title: 'Inter', system-ui, -apple-system, sans-serif;
--font-display: 'Inter', system-ui, -apple-system, sans-serif;
--font-data: 'JetBrains Mono', 'SF Mono', Monaco, monospace;
}
</style>
<script type="module" crossorigin src="/assets/index-DMudLcCy.js"></script>
<link rel="modulepreload" crossorigin href="/assets/vendor-react-DFCqJxYC.js">
<link rel="modulepreload" crossorigin href="/assets/vendor-core-Dhs13Wlh.js">
<link rel="stylesheet" crossorigin href="/assets/index-DVRwteP8.css">
</head>
<body>
<div id="root"></div>
</body>
</html>