calculator.127local.net/public/index.html

31 lines
960 B
HTML
Raw Normal View History

2025-08-16 17:54:12 -07:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>calculator.127local.net</title>
<meta name="description" content="Framework-free calculators. All compute happens locally." />
<link rel="stylesheet" href="/css/styles.css">
<!-- Preload just the tiny core -->
<link rel="modulepreload" href="/js/app.js">
<base href="/">
</head>
<body>
<header class="bar">
<div class="wrap bar__inner">
<div class="brand">calculator.127local.net</div>
<button id="themeToggle" class="btn" aria-label="Toggle color scheme">Auto</button>
</div>
</header>
<div class="wrap layout">
<aside id="nav" class="sidenav"></aside>
<main id="view" class="content"></main>
</div>
<footer class="wrap foot">No tracking. No server. Everything runs in your browser.</footer>
<script type="module" src="/js/app.js"></script>
</body>
</html>