init
This commit is contained in:
commit
97f9a95415
21 changed files with 2963 additions and 0 deletions
30
public/index.html
Normal file
30
public/index.html
Normal file
|
@ -0,0 +1,30 @@
|
|||
<!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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue