website/music.html

63 lines
2.1 KiB
HTML
Raw Normal View History

2023-04-10 14:58:39 +01:00
<!DOCTYPE html>
<!-- Inferencium - Website - Music -->
<!-- Copyright 2022-2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
2023-04-10 21:19:48 +01:00
<!-- Version: 0.0.0.9 -->
2023-04-10 14:58:39 +01:00
<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">
<a 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="source.html">Source</a></div>
<div><a href="key.html">Key</a></div>
</div>
<body>
2023-04-10 16:05:04 +01:00
<h1>Music</h1>
2023-04-10 14:58:39 +01:00
<br>
<br>
<br>
<!-- List of music in alphabetical order, in format ARTIST - TRACK and official source links
provided -->
2023-04-10 20:10:51 +01:00
<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>
2023-04-10 14:58:39 +01:00
<ul>
<li><a href="https://youtube.com/watch?v=8bCaXe5fIB4" class="body-link"
>Geoxor - I Like You</a></li>
2023-04-10 19:43:48 +01:00
<li><a href="https://youtube.com/watch?v=v9_9tYQd7yg" class="body-link"
>Geoxor & SVRGE - DEAD</a></li>
2023-04-10 19:05:59 +01:00
<li><a href="https://youtube.com/watch?v=q2zcxPhOPd0" class="body-link"
>SVRGE - Animosity</a></li>
2023-04-10 20:14:56 +01:00
<li><a href="https://youtube.com/watch?v=ucoTKQpXrhI" class="body-link"
>SVRGE - Eternal</a></li>
2023-04-10 21:19:48 +01:00
<li><a href="https://youtube.com/watch?v=YwzIbcuaFUo" class="body-link"
>SVRGE - Nocturnal</a></li>
2023-04-10 14:58:39 +01:00
</ul>
<br>
<br>
</body>
</html>