Update index.html

This commit is contained in:
2025-11-09 12:01:59 -08:00
committed by GitHub
parent a683b05825
commit 764f086655

View File

@@ -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`;