Remove unnecessary HTML line breaks.

This commit is contained in:
inference 2023-06-17 16:20:27 +01:00
parent 1ec49ac403
commit 5afa37ecbb
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -5,7 +5,7 @@
<!-- Copyright 2023 Jake Winters --> <!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
<!-- Version: 1.0.1.23 --> <!-- Version: 1.0.1.24 -->
<html> <html>
@ -29,9 +29,6 @@
</div> </div>
<body> <body>
<h1>Music</h1> <h1>Music</h1>
<br>
<br>
<br>
<!-- List of music in alphabetical order, in format ARTIST - TRACK and official source links <!-- List of music in alphabetical order, in format ARTIST - TRACK and official source links
provided --> provided -->
<p>This is a curated list of my personally-enjoyed music. The list is alphabetically-sorted A-Z, <p>This is a curated list of my personally-enjoyed music. The list is alphabetically-sorted A-Z,
@ -40,7 +37,6 @@
the item (or the best alternative when an official source is unavailable). It is your the item (or the best alternative when an official source is unavailable). It is your
responsibility to comply with any local laws when following these links and/or consuming any responsibility to comply with any local laws when following these links and/or consuming any
media found in this list.</p><br> media found in this list.</p><br>
<br>
<ul> <ul>
<li><a href="https://youtube.com/watch?v=XtptYWXLdvo" class="body-link" <li><a href="https://youtube.com/watch?v=XtptYWXLdvo" class="body-link"
>Essenger - After Dark</a></li> >Essenger - After Dark</a></li>
@ -67,8 +63,5 @@
<li><a href="https://youtube.com/watch?v=YwzIbcuaFUo" class="body-link" <li><a href="https://youtube.com/watch?v=YwzIbcuaFUo" class="body-link"
>SVRGE - Nocturnal</a></li> >SVRGE - Nocturnal</a></li>
</ul> </ul>
<br>
<br>
<br>
</body> </body>
</html> </html>