aboutsummaryrefslogtreecommitdiffstats
path: root/ccc.html
diff options
context:
space:
mode:
Diffstat (limited to 'ccc.html')
-rw-r--r--ccc.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/ccc.html b/ccc.html
index 1497a70..6d62893 100644
--- a/ccc.html
+++ b/ccc.html
@@ -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 {