2023-04-30 21:53:38 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<!-- Inferencium - Website - Music -->
|
2023-11-24 01:44:54 +00:00
|
|
|
<!-- Version: 2.1.0 -->
|
2023-04-30 21:53:38 +01:00
|
|
|
|
2023-05-28 15:32:33 +01:00
|
|
|
<!-- Copyright 2023 Jake Winters -->
|
|
|
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
2023-04-30 21:53:38 +01:00
|
|
|
|
|
|
|
|
2023-11-16 21:42:52 +00:00
|
|
|
<html lang="en">
|
2023-04-30 21:53:38 +01:00
|
|
|
<head>
|
2023-11-16 21:42:52 +00:00
|
|
|
<meta charset="utf-8"/>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
|
|
<link rel="stylesheet" href="main.css"/>
|
2023-04-30 21:53:38 +01:00
|
|
|
<title>Inferencium - Music</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2023-11-24 01:44:54 +00:00
|
|
|
<nav class="navbar">
|
2023-11-16 21:42:52 +00:00
|
|
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
|
|
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
2023-10-30 07:43:14 +00:00
|
|
|
<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>
|
2023-11-24 01:44:54 +00:00
|
|
|
<div><a href="directory.html">Directory</a></div>
|
2023-11-16 21:42:52 +00:00
|
|
|
</nav>
|
2023-04-30 21:53:38 +01:00
|
|
|
<h1>Music</h1>
|
2023-06-17 16:30:10 +01:00
|
|
|
<section id="music">
|
|
|
|
<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
|
2023-10-30 07:43:14 +00:00
|
|
|
laws when following these links and/or consuming any media found in this list.
|
2023-06-17 16:30:10 +01:00
|
|
|
<ul>
|
2023-09-02 20:13:19 +01:00
|
|
|
<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=uNj3vZQLNWM">Essenger - Tenebrous (Irons Remix)</a></li>
|
|
|
|
<li><a href="https://youtube.com/watch?v=8bCaXe5fIB4">Geoxor - I Like You</a></li>
|
|
|
|
<li><a href="https://youtube.com/watch?v=v9_9tYQd7yg">Geoxor & SVRGE - DEAD</a></li>
|
|
|
|
<li><a href="https://youtube.com/watch?v=ktf_HPqTOXM">Haloweak - C.O.R.E</a></li>
|
|
|
|
<li><a href="https://youtube.com/watch?v=q2DBeby7ni8">Haloweak - NARWHAL</a></li>
|
|
|
|
<li><a href="https://youtube.com/watch?v=RHu804DrBZc">Haloweak - 傀儡 曲</a></li>
|
|
|
|
<li><a href="https://youtube.com/watch?v=Wm8vcFn0bgY">Infected Mushroom - Kazabubu</a></li>
|
|
|
|
<li><a href="https://youtube.com/watch?v=q2zcxPhOPd0">SVRGE - Animosity</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>
|
2023-06-17 16:30:10 +01:00
|
|
|
</ul>
|
2023-10-30 07:43:14 +00:00
|
|
|
</p>
|
2023-06-17 16:30:10 +01:00
|
|
|
</section>
|
2023-04-30 21:53:38 +01:00
|
|
|
</body>
|
|
|
|
</html>
|