diff options
| author | Ahmed <git@gumx.cc> | 2026-06-18 01:06:23 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-18 01:06:23 +0300 |
| commit | fa78d49b8d3534e457333043e87509dbc5ff8abe (patch) | |
| tree | 3467d87c5be37b1890744635252230058a6244ec /ccc.html | |
| parent | 4e4667870ea44a385400c1d1f49f92376875396f (diff) | |
fix: style and diff coffee deployment
Diffstat (limited to 'ccc.html')
| -rw-r--r-- | ccc.html | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -32,8 +32,8 @@ <main> - <div id="static-notice" style="display:none"> - <span class="static-notice">static site mode — read-only</span> + <div id="ccc-intro"> + <p>A minimal coffee tracker. Log your daily cups and track your habits. Data lives in your browser — no account needed.</p> </div> <div class="heatmap-wrap"> @@ -82,8 +82,7 @@ <a href="https://vpn.gumx.cc">vpn</a> / <a href="https://pgp.gumx.cc">pgp</a> / <a href="https://demo.gumx.cc">demo</a> / - <a href="https://wk.fo">wk.fo</a> - <br> + <a href="https://wk.fo">wk.fo</a> / <a href="https://git.gumx.cc/ccc">source</a> </footer> @@ -622,7 +621,6 @@ // ── Init ────────────────────────────────────────────────────── async function init() { if (isStaticMode) { - document.getElementById("static-notice").style.display = "block"; document.getElementById("controls").style.display = "none"; await loadRemoteData(); } else { |
