Update webpage "Music" from version 2.0.0-beta.1+34 to 2.0.1-beta.1
This commit is contained in:
parent
9c92ea93af
commit
08d5dae779
34
music.html
34
music.html
@ -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: 2.0.0-beta.1+34 -->
|
<!-- Version: 2.0.1-beta.1 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -14,31 +14,28 @@
|
|||||||
<link rel="stylesheet" href="main.css">
|
<link rel="stylesheet" href="main.css">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
<!-- Navigation bar -->
|
|
||||||
<div class="sidebar">
|
|
||||||
<a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
|
||||||
<a href="index.html" class="title">Inferencium</a><br>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<div><a href="about.html">About</a></div>
|
|
||||||
<div><a href="contact.html">Contact</a></div>
|
|
||||||
<div><a href="blog.html">Blog</a></div>
|
|
||||||
<div><a href="documentation.html">Documentation</a></div>
|
|
||||||
<div><a href="source.html">Source</a></div>
|
|
||||||
<div><a href="key.html">Key</a></div>
|
|
||||||
<div><a href="changelog.html">Changelog</a></div>
|
|
||||||
</div>
|
|
||||||
<body>
|
<body>
|
||||||
|
<div class="sidebar">
|
||||||
|
<a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
||||||
|
<a href="index.html" class="title">Inferencium</a><br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<div><a href="about.html">About</a></div>
|
||||||
|
<div><a href="contact.html">Contact</a></div>
|
||||||
|
<div><a href="blog.html">Blog</a></div>
|
||||||
|
<div><a href="documentation.html">Documentation</a></div>
|
||||||
|
<div><a href="source.html">Source</a></div>
|
||||||
|
<div><a href="key.html">Key</a></div>
|
||||||
|
<div><a href="changelog.html">Changelog</a></div>
|
||||||
|
</div>
|
||||||
<h1>Music</h1>
|
<h1>Music</h1>
|
||||||
<section id="music">
|
<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
|
<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
|
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
|
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
|
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
|
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>
|
laws when following these links and/or consuming any media found in this list.
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://youtube.com/watch?v=XtptYWXLdvo">Essenger - After Dark</a></li>
|
<li><a href="https://youtube.com/watch?v=XtptYWXLdvo">Essenger - After Dark</a></li>
|
||||||
<li><a href="https://youtube.com/watch?v=qRJVcQsqieU">Essenger - Tenebrous</a></li>
|
<li><a href="https://youtube.com/watch?v=qRJVcQsqieU">Essenger - Tenebrous</a></li>
|
||||||
@ -53,6 +50,7 @@
|
|||||||
<li><a href="https://youtube.com/watch?v=ucoTKQpXrhI">SVRGE - Eternal</a></li>
|
<li><a href="https://youtube.com/watch?v=ucoTKQpXrhI">SVRGE - Eternal</a></li>
|
||||||
<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>
|
||||||
</ul>
|
</ul>
|
||||||
|
</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user