Files
GitHub Actions Bot 2d961cef1a Release v0.9.329
Automated sync from private repository.
Built with obfuscation enabled.
2026-05-07 18:49:18 +00:00

49 lines
2.0 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-DeL-WnAD.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Cxm_OtQM.css">
</head>
<body>
<div id="root"></div>
</body>
</html>