fix(music): switch to relative paths for local URLs

This simplifies reading and writing the code for URLs, since they are
all contained within the web server's website root directory.
This commit is contained in:
inference 2025-06-28 14:03:17 +00:00
parent 88afd86917
commit 948445383c
Signed by: inference
SSH Key Fingerprint: SHA256:/O3c09/4f1lh4zrhFs2qvQEDda6dZbTwG9xEcj8OfWo

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Music -->
<!-- Version: 7.4.0 -->
<!-- Version: 7.5.0-alpha.1 -->
<!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -17,17 +17,17 @@
</head>
<body>
<nav class="navbar">
<div class="logo"><a href="index.xhtml"><img src="asset/img/logo/inferencium-notext.png" alt="Inferencium logo"/></a></div>
<div class="title"><a href="index.xhtml">Inferencium</a></div>
<div><a href="about.xhtml">About</a></div>
<div><a href="news.xhtml">News</a></div>
<div><a href="documentation.xhtml">Documentation</a></div>
<div><a href="source.xhtml">Source</a></div>
<div><a href="changelog.xhtml">Changelog</a></div>
<div><a href="blog.xhtml">Blog</a></div>
<div><a href="contact.xhtml">Contact</a></div>
<div><a href="directory.xhtml">Directory</a></div>
<div><a href="key.xhtml">Key</a></div>
<div class="logo"><a href="index"><img src="asset/img/logo/inferencium-notext.png" alt="Inferencium logo"/></a></div>
<div class="title"><a href="index">Inferencium</a></div>
<div><a href="about">About</a></div>
<div><a href="news">News</a></div>
<div><a href="documentation">Documentation</a></div>
<div><a href="source">Source</a></div>
<div><a href="changelog">Changelog</a></div>
<div><a href="blog">Blog</a></div>
<div><a href="contact">Contact</a></div>
<div><a href="directory">Directory</a></div>
<div><a href="key">Key</a></div>
<div class="sitemap"><a href="sitemap.xhtml">Sitemap</a></div>
</nav>
<h1 id="music"><a href="#music">Music</a></h1>
@ -157,6 +157,6 @@
<li><a href="https://youtube.com/watch?v=QJF-ObxFtoc">Touhou - U.N. Owen Was Her? (Cosmowave Remix)</a></li>
</ul>
</section>
<div class="sitemap-small"><a href="sitemap.xhtml">Sitemap</a></div>
<div class="sitemap-small"><a href="sitemap">Sitemap</a></div>
</body>
</html>