website/music.html
inference ee1e088dd7
Revert "Fix incorrect word."
Intended fix was not applied.
This reverts commit beb5fae1bd70f72ef364ad0a729a2b2ae59e50af.
2023-06-12 13:32:44 +01:00

49 lines
1.1 KiB
HTML

<!DOCTYPE html>
<!-- Inferencium - Website - Music -->
<!-- Copyright 2022-2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
<!-- Version: 0.0.0.0 -->
<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>
<h1>Blog</h1>
<br>
<br>
<br>
<!-- List of music in alphabetical order, in format ARTIST - TRACK and official source links
provided -->
<ul>
<li><a href="https://youtube.com/watch?v=8bCaXe5fIB4" class="body-link"
>Geoxor - I Like You</a></li>
</ul>
<br>
<br>
</body>
</html>