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,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">&lt;</button>
<button id="next">&gt;</button>
</footer>
<button id="prev">&lt;</button>
<button id="next">&gt;</button>
<script src="/js/memories.js"></script>
</div>
</div>
</div>
</body>
</div>
</body>