diff options
author | AlmightyMiau <almightymeow612@gmail.com> | 2025-07-18 00:42:22 +0900 |
---|---|---|
committer | AlmightyMiau <almightymeow612@gmail.com> | 2025-07-18 00:42:22 +0900 |
commit | cad6e96f71cac55d912b4c9c0e44519d1ffcb9fc (patch) | |
tree | ee3d0f9195bf32fb6409395be40931ab1df50486 | |
parent | a38cc0514f5af1b9fce0fb9c49e5221395ff6171 (diff) |
7/18/2025 Journal update: fix background selection
-rw-r--r-- | index.html | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -41,6 +41,15 @@ </div> <div class="title"> Website Journal</div> <div class="content"> + <div class="date">7/18/2025</div> + <p> + I added a function to put the onclick() functions to every image on + <a href="silly.html">silly</a>, so now every image can be a background. <br> + This also means it is possible to reset the background now (before the original would not stick).<br> + Yippee! + </p> + </div> + <div class="content"> <div class="date">6/5/2025</div> <p> I added a chat box on the aside --> <br> |