1
1
Fork 0

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
This commit is contained in:
Sophie Marie 2023-10-31 16:22:38 -05:00
parent 8b15a38458
commit 589f45f0b3
Signed by: IDeletedSystem64
GPG key ID: 33A12B0480AFC8E9

View file

@ -12,6 +12,7 @@
<meta content="Blueheart - a Tribute" property="og:description"/> <meta content="Blueheart - a Tribute" property="og:description"/>
<meta content="https://blueheart.system64.dev/img/blueheart.gif"> <meta content="https://blueheart.system64.dev/img/blueheart.gif">
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<div class="taskbar"> <div class="taskbar">
@ -19,18 +20,12 @@
</div> </div>
<h1>Thank you for the memories.</h1> <h1>Thank you for the memories.</h1>
<div class="window"> <div class="window">
<div class="window_titlebar">
<h3>memories.exe</h3>
</div>
<div class="wrapper"> <div class="wrapper">
<div class="memoriesBox" id="memoriesBox"></div> <div class="memoriesBox" id="memoriesBox"></div>
<footer>
<button id="prev">&lt;</button> <button id="prev">&lt;</button>
<button id="next">&gt;</button> <button id="next">&gt;</button>
</footer>
<script src="/js/memories.js"></script> <script src="/js/memories.js"></script>
</div> </div>
</div> </div>
</body>
</div> </div>
</body> </body>