Fix type add tabf5

This commit is contained in:
Dan 2026-01-17 11:50:53 +00:00
parent 73d5b77723
commit ad4fdaa0ce
3 changed files with 5 additions and 2 deletions

View file

@ -9,7 +9,7 @@ function initCRTLogs() {
} }
const fakeLogs = [ const fakeLogs = [
"[WARN] High load detected - time for coffee break", "[WARN] High load detected - time for coffee.",
"[ERROR] 404: Motivation not found", "[ERROR] 404: Motivation not found",
"[WARN] Firewall detected actual fire.", "[WARN] Firewall detected actual fire.",
"[ERROR] Keyboard not found. Press F1 to continue.", "[ERROR] Keyboard not found. Press F1 to continue.",
@ -47,7 +47,7 @@ function initCRTLogs() {
); );
} else if (i === 6) { } else if (i === 6) {
logs.push( logs.push(
`[STATS] Unique vistors 24 hrs: ${stats.uniqueVisitors.toLocaleString()}`, `[STATS] Unique visitors past 24h: ${stats.uniqueVisitors.toLocaleString()}`,
); );
} else if (i === 9 && stats.lastUpdated) { } else if (i === 9 && stats.lastUpdated) {
logs.push(`[STATS] Last updated: ${formatDate(stats.lastUpdated)}`); logs.push(`[STATS] Last updated: ${formatDate(stats.lastUpdated)}`);

View file

@ -58,6 +58,9 @@ buttons:
- name: "Azure Tom" - name: "Azure Tom"
url: "https://azuretom.neocities.org" url: "https://azuretom.neocities.org"
image: "azuretom.gif" image: "azuretom.gif"
- name: "TabF5"
url: "https://tabf5.com"
image: "tabf5.gif"
--- ---
Here are a bunch of ~stickers~ buttons that I've collected on my travels around the IndieWeb. Here are a bunch of ~stickers~ buttons that I've collected on my travels around the IndieWeb.

BIN
content/buttons/tabf5.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB