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:
parent
8b15a38458
commit
589f45f0b3
1 changed files with 6 additions and 11 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue