summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2026-07-28 14:28:06 -0700
committeryum <yum.food.vr@gmail.com>2026-07-28 14:28:06 -0700
commitc64eef9968f9a38e3ec3e2b083ce982f8625ecf9 (patch)
tree52ba5b74cdcdcab42b0a3d9eb3ce5991d385136d
parent49ed34c1bc1e8c0b1e654c3341d893678d564d09 (diff)
Add AI blurb :(
-rwxr-xr-xtemplate.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/template.html b/template.html
index 8493598..2b1b899 100755
--- a/template.html
+++ b/template.html
@@ -122,6 +122,13 @@ $endif$
color: black;
}
}
+ /* AI blurb */
+ h1 + p::after {
+ content: "All prose on this website is written by a human.";
+ display: block;
+ margin-top: 1em;
+ font-style: italic;
+ }
</style>
$for(css)$
<link rel="stylesheet" href="$css$" />