From 3afdd67e11397d98baeae81e22f2378572a3c6e7 Mon Sep 17 00:00:00 2001 From: gennyble Date: Fri, 28 Feb 2025 15:00:04 -0600 Subject: default the continuum to skipping misses --- served/the-continuum/the-continuum.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'served') diff --git a/served/the-continuum/the-continuum.html b/served/the-continuum/the-continuum.html index 77367f2..119ce1a 100644 --- a/served/the-continuum/the-continuum.html +++ b/served/the-continuum/the-continuum.html @@ -17,9 +17,9 @@ style=the-continuum.css let dontskip = domId('dontskip').checked; let skip = domId('skip').checked; - let src = "continuum.png"; - if (skip) { - src = "skipmiss-continuum.png"; + let src = "skipmiss-continuum.png"; + if (dontskip) { + src = "continuum.png"; } domId('continuum').src = src; @@ -41,10 +41,10 @@ style=the-continuum.css
- + - +
@@ -55,5 +55,5 @@ style=the-continuum.css

-a chaotic, horizontally stripped image. each line has a sort of rough calmness to it, but mushed together it all looks very busy \ No newline at end of file -- cgit 1.4.1-3-g733a5