From 764f0866553a15dfad53646856c427880739da7d Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 9 Nov 2025 12:01:59 -0800 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9c101d7..2fd847a 100644 --- a/index.html +++ b/index.html @@ -165,7 +165,7 @@ const sysSample = document.getElementById("sysSample"); const update = () => { - const content = text.value || "Stain: The quick brown fox jumps over the lazy dog. THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG. ABC abc"; + const content = text.value || "Stain: The quick brown fox jumps over the lazy dog. THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG."; const fs = size.valueAsNumber || 40; const ls = (track.valueAsNumber || 3) / 100; sizeVal.textContent = `${fs}px`;