From 8b3eb4885eb6e52b3948a037e1c6c31fe816274e Mon Sep 17 00:00:00 2001 From: "michael.hoff" Date: Wed, 8 Jul 2026 00:10:29 -0400 Subject: [PATCH] home: add a footer tagline --- index.html | 3 ++- styles.css | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index afe66be..5d92368 100644 --- a/index.html +++ b/index.html @@ -111,7 +111,8 @@

Let’s build something

isnull

© 2026 isnull software · built with care, served as static files.

- + + diff --git a/styles.css b/styles.css index da763c5..8b148e1 100644 --- a/styles.css +++ b/styles.css @@ -90,3 +90,5 @@ h1, h2, h3 { line-height: 1.15; letter-spacing: -0.02em; } } .forum-time { margin-left: 8px; color: #888; font-size: 0.85em; } + +.footer-tagline { text-align: center; color: #888; font-size: 0.85em; padding: 12px 0; }