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 /factorio.html | |
parent | 235a215dc42d395535de11b2cc3dd76543cef088 (diff) |
5/30 Background persists across site, journal
Diffstat (limited to 'factorio.html')
-rw-r--r-- | factorio.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/factorio.html b/factorio.html index 0e8c5ed..571d6f1 100644 --- a/factorio.html +++ b/factorio.html @@ -9,6 +9,7 @@ <link href="styles.css" rel="stylesheet"> <title>Miau - factorio</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; |