From 589f45f0b363d40ec65dcaee21e3e447d337c148 Mon Sep 17 00:00:00 2001 From: Sophie Axebane <ideleted@system64.dev> Date: Tue, 31 Oct 2023 16:22:38 -0500 Subject: [PATCH] what is happening in that kitchen!? Fix extra closing tags (that I have no idea why in Celestia exist), fix indentation somewhat so it's actually readable --- memories.html | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/memories.html b/memories.html index febd1a2..4dcd6d7 100644 --- a/memories.html +++ b/memories.html @@ -12,25 +12,20 @@ <meta content="Blueheart - a Tribute" property="og:description"/> <meta content="https://blueheart.system64.dev/img/blueheart.gif"> </head> + <body> <div class="container"> <div class="taskbar"> <input type="button" onclick="location.href='/';" value="Blueheart forever"> </div> - <h1>Thank you for the memories.</h1> - <div class="window"> - <div class="window_titlebar"> - <h3>memories.exe</h3> - </div> + <h1>Thank you for the memories.</h1> + <div class="window"> <div class="wrapper"> <div class="memoriesBox" id="memoriesBox"></div> - <footer> - <button id="prev"><</button> - <button id="next">></button> - </footer> + <button id="prev"><</button> + <button id="next">></button> <script src="/js/memories.js"></script> + </div> </div> - </div> - </body> </div> </body>