diff options
author | AlmightyMiau <almightymeow612@gmail.com> | 2025-05-31 00:37:33 -0700 |
---|---|---|
committer | AlmightyMiau <almightymeow612@gmail.com> | 2025-05-31 00:37:33 -0700 |
commit | 9507fa48215779e00342536419400a912a4dbeb2 (patch) | |
tree | cedb45d0e6a0149927abf183f1c586ace2585ba0 /cats.html | |
parent | 235a215dc42d395535de11b2cc3dd76543cef088 (diff) |
5/30 Background persists across site, journal
Diffstat (limited to 'cats.html')
-rw-r--r-- | cats.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ <link href="styles.css" rel="stylesheet"> <title>Miau - cats</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; |