diff options
-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> |