change name
All checks were successful
Build Org Website / build (push) Successful in 48s

This commit is contained in:
2026-05-10 00:04:35 +01:00
parent 83f18a26f0
commit 3531636805
3 changed files with 11 additions and 11 deletions

View File

@@ -178,11 +178,11 @@
],
conversations: [
["Nettle", "The ticket drawer is humming again.", "Morrow", "That is normal. It hums when someone is almost ready."],
["Aunt Safiya", "Who put the screwdriver in the biscuit tin?", "Nadir", "A person with vision and no labelling discipline."],
["Aunt Ma", "Who put the screwdriver in the biscuit tin?", "Nadir", "A person with vision and no labelling discipline."],
["Morrow", "The lamp keeps following the visitor.", "Etta", "Good. Lamps should have hobbies."],
["Old Guest 14", "is this page still alive?", "Webmaster", "yes, but quietly, please. the baby is asleep."],
["Nettle", "Filed under: feelings disguised as infrastructure.", "Morrow", "Approved without changes."],
["Luma", "The radio said my name.", "Aunt Safiya", "Then say salaam back. Manners matter."],
["Luma", "The radio said my name.", "Aunt Ma", "Then say salaam back. Manners matter."],
["Nadir", "The server made soup noises.", "Etta", "That means the deployment is nearly done."],
["Morrow", "I found a page that says do not open.", "Nettle", "That usually means open gently."]
],
@@ -581,7 +581,7 @@
}
function addSourceRelics() {
// RELIC: Aunt Safiya says source comments are the attic of the page.
// RELIC: Aunt Ma says source comments are the attic of the page.
const marker = document.createComment("hidden-song: hum the lamp, hum the train, hum the long way home");
document.documentElement.appendChild(marker);
document.querySelectorAll("img[alt=''], img:not([alt])").forEach((img, index) => {
@@ -622,7 +622,7 @@
sessionStorage.setItem("zxh_second_chain", chain);
if (chain.endsWith("leave the light on")) window.location.href = "/play/kitchen-light.html";
if (chain.endsWith("oldweb")) toast("A 2004 table layout briefly considers returning, then thinks better of it.");
if (chain.endsWith("safiya")) toast("Aunt Safiya says the screwdriver is absolutely not in the biscuit tin.");
if (chain.endsWith("ma")) toast("Aunt ma says the screwdriver is absolutely not in the biscuit tin.");
if (chain.endsWith("luma")) playTinySong();
});
}