Fix unordered list

Lists are standalone tags, not placed within paragraph tags. Also, fix
code indentation due to this change.
This commit is contained in:
inference 2024-02-15 05:56:07 +00:00
parent d23587e8d0
commit 7adb02fda0
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Music --> <!-- Inferencium - Website - Music -->
<!-- Version: 5.0.0-alpha.42 --> <!-- Version: 5.0.0-alpha.43 -->
<!-- Copyright 2023 Jake Winters --> <!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -37,7 +37,7 @@
source of the item (or the best alternative when an official source source of the item (or the best alternative when an official source
is unavailable). It is your responsibility to comply with any local is unavailable). It is your responsibility to comply with any local
laws when following these links and/or consuming any media found in laws when following these links and/or consuming any media found in
this list. this list.</p>
<ul> <ul>
<li><a href="https://youtube.com/watch?v=_Eq_qQUPvGQ">Altare - Impulse</a></li> <li><a href="https://youtube.com/watch?v=_Eq_qQUPvGQ">Altare - Impulse</a></li>
<li><a href="https://youtube.com/watch?v=mXWhf35hOXA">Anomy5 - Predator</a></li> <li><a href="https://youtube.com/watch?v=mXWhf35hOXA">Anomy5 - Predator</a></li>
@ -102,7 +102,6 @@
<li><a href="https://youtube.com/watch?v=YwzIbcuaFUo">SVRGE - Nocturnal</a></li> <li><a href="https://youtube.com/watch?v=YwzIbcuaFUo">SVRGE - Nocturnal</a></li>
<li><a href="https://youtube.com/watch?v=QJF-ObxFtoc">Touhou - U.N. Owen Was Her? (Cosmowave Remix)</a></li> <li><a href="https://youtube.com/watch?v=QJF-ObxFtoc">Touhou - U.N. Owen Was Her? (Cosmowave Remix)</a></li>
</ul> </ul>
</p>
</section> </section>
</body> </body>
</html> </html>