From 18639412c260c2af1d4268cb3a3209e208276005 Mon Sep 17 00:00:00 2001 From: triethyl Date: Sun, 15 Feb 2026 23:37:22 -0500 Subject: changed background --- site/themes/sine/static/js/old-background.js | 82 ++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 site/themes/sine/static/js/old-background.js (limited to 'site/themes/sine/static/js/old-background.js') diff --git a/site/themes/sine/static/js/old-background.js b/site/themes/sine/static/js/old-background.js new file mode 100644 index 0000000..e9b61a2 --- /dev/null +++ b/site/themes/sine/static/js/old-background.js @@ -0,0 +1,82 @@ +document.addEventListener("DOMContentLoaded", () => { + const canvas = document.getElementById("background"); + if (!canvas) return; + const ctx = canvas.getContext("2d"); + + // Grab config from the embedded