summaryrefslogtreecommitdiff
path: root/silly.html
diff options
context:
space:
mode:
authorAlmightyMiau <almightymeow612@gmail.com>2025-05-31 00:37:33 -0700
committerAlmightyMiau <almightymeow612@gmail.com>2025-05-31 00:37:33 -0700
commit9507fa48215779e00342536419400a912a4dbeb2 (patch)
treecedb45d0e6a0149927abf183f1c586ace2585ba0 /silly.html
parent235a215dc42d395535de11b2cc3dd76543cef088 (diff)
5/30 Background persists across site, journal
Diffstat (limited to 'silly.html')
-rw-r--r--silly.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/silly.html b/silly.html
index 289d221..f6dc86d 100644
--- a/silly.html
+++ b/silly.html
@@ -9,6 +9,7 @@
<link href="styles.css" rel="stylesheet">
<title>Miau - Silly</title>
<link rel="icon" type="image/x-icon" href="miau.jpg">
+ <script src="rememberBackground.js"></script>
<script>
function hidePages() {
let status = document.getElementById("pages").style.display;
@@ -27,6 +28,7 @@
}
}
function sillyBackground(argument) {
+ remember(argument);
let image = document.body.style.backgroundImage
console.log(image);
console.log(argument);