Update Music webpage from version 1.0.0.22 to 1.0.1.29.

This commit is contained in:
inference 2023-06-17 16:30:10 +01:00
parent dd9bdeeadb
commit ff00593350
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -5,17 +5,15 @@
<!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
<!-- Version: 1.0.0.22 -->
<!-- Version: 1.0.1.29 -->
<html>
<head>
<title>Inferencium - Music</title>
<link rel="stylesheet" href="inf.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<!-- Navigation bar -->
<div class="sidebar">
<img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px">
@ -29,51 +27,31 @@
<div><a href="key.html">Key</a></div>
<div><a href="changelog.html">Changelog</a></div>
</div>
<body>
<h1>Music</h1>
<br>
<br>
<br>
<!-- List of music in alphabetical order, in format ARTIST - TRACK and official source links
provided -->
<p>This is a curated list of my personally-enjoyed music. The list is alphabetically-sorted A-Z,
based on artist name, followed by track name, and is formatted as <code>ARTIST - TRACK</code>.
Each item in the list has its own individual link which will take you to an official source of
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
media found in this list.</p><br>
<br>
<ul>
<li><a href="https://youtube.com/watch?v=XtptYWXLdvo" class="body-link"
>Essenger - After Dark</a></li>
<li><a href="https://youtube.com/watch?v=qRJVcQsqieU" class="body-link"
>Essenger - Tenebrous</a></li>
<li><a href="https://youtube.com/watch?v=uNj3vZQLNWM" class="body-link"
>Essenger - Tenebrous (Irons Remix)</a></li>
<li><a href="https://youtube.com/watch?v=8bCaXe5fIB4" class="body-link"
>Geoxor - I Like You</a></li>
<li><a href="https://youtube.com/watch?v=v9_9tYQd7yg" class="body-link"
>Geoxor & SVRGE - DEAD</a></li>
<li><a href="https://youtube.com/watch?v=ktf_HPqTOXM" class="body-link"
>Haloweak - C.O.R.E</a></li>
<li><a href="https://youtube.com/watch?v=q2DBeby7ni8" class="body-link"
>Haloweak - NARWHAL</a></li>
<li><a href="https://youtube.com/watch?v=RHu804DrBZc" class="body-link"
>Haloweak - 傀儡 曲</a></li>
<li><a href="https://youtube.com/watch?v=Wm8vcFn0bgY" class="body-link"
>Infected Mushroom - Kazabubu</a></li>
<li><a href="https://youtube.com/watch?v=q2zcxPhOPd0" class="body-link"
>SVRGE - Animosity</a></li>
<li><a href="https://youtube.com/watch?v=ucoTKQpXrhI" class="body-link"
>SVRGE - Eternal</a></li>
<li><a href="https://youtube.com/watch?v=YwzIbcuaFUo" class="body-link"
>SVRGE - Nocturnal</a></li>
</ul>
<br>
<br>
<br>
<section id="music">
<!-- List of music in alphabetical order, in format ARTIST - TRACK and official source
links provided -->
<p>This is a curated list of my personally-enjoyed music. The list is
alphabetically-sorted A-Z, based on artist name, followed by track name, and is
formatted as <code>ARTIST - TRACK</code>. Each item in the list has its own individual
link which will take you to an official source of 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 media found in this list.</p>
<ul>
<li><a href="https://youtube.com/watch?v=XtptYWXLdvo" class="body-link">Essenger - After Dark</a></li>
<li><a href="https://youtube.com/watch?v=qRJVcQsqieU" class="body-link">Essenger - Tenebrous</a></li>
<li><a href="https://youtube.com/watch?v=uNj3vZQLNWM" class="body-link">Essenger - Tenebrous (Irons Remix)</a></li>
<li><a href="https://youtube.com/watch?v=8bCaXe5fIB4" class="body-link">Geoxor - I Like You</a></li>
<li><a href="https://youtube.com/watch?v=v9_9tYQd7yg" class="body-link">Geoxor & SVRGE - DEAD</a></li>
<li><a href="https://youtube.com/watch?v=ktf_HPqTOXM" class="body-link">Haloweak - C.O.R.E</a></li>
<li><a href="https://youtube.com/watch?v=q2DBeby7ni8" class="body-link">Haloweak - NARWHAL</a></li>
<li><a href="https://youtube.com/watch?v=RHu804DrBZc" class="body-link">Haloweak - 傀儡 曲</a></li>
<li><a href="https://youtube.com/watch?v=Wm8vcFn0bgY" class="body-link">Infected Mushroom - Kazabubu</a></li>
<li><a href="https://youtube.com/watch?v=q2zcxPhOPd0" class="body-link">SVRGE - Animosity</a></li>
<li><a href="https://youtube.com/watch?v=ucoTKQpXrhI" class="body-link">SVRGE - Eternal</a></li>
<li><a href="https://youtube.com/watch?v=YwzIbcuaFUo" class="body-link">SVRGE - Nocturnal</a></li>
</ul>
</section>
</body>
</html>