Update webpage "Music" from version 2.0.1-beta.1 to 2.0.2-beta.1
This commit is contained in:
parent
e69993c18a
commit
1cf91f5ad8
20
music.html
20
music.html
@ -1,25 +1,23 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Music -->
|
<!-- Inferencium - Website - Music -->
|
||||||
|
<!-- Version: 2.0.2-beta.1 -->
|
||||||
|
|
||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 2.0.1-beta.1 -->
|
|
||||||
|
|
||||||
|
<html lang="en">
|
||||||
<html>
|
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="utf-8"/>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
|
<link rel="stylesheet" href="main.css"/>
|
||||||
<title>Inferencium - Music</title>
|
<title>Inferencium - Music</title>
|
||||||
<link rel="stylesheet" href="main.css">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="sidebar">
|
<nav class="nav-bar">
|
||||||
<a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<a href="index.html" class="title">Inferencium</a><br>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
<div><a href="blog.html">Blog</a></div>
|
<div><a href="blog.html">Blog</a></div>
|
||||||
@ -27,7 +25,7 @@
|
|||||||
<div><a href="source.html">Source</a></div>
|
<div><a href="source.html">Source</a></div>
|
||||||
<div><a href="key.html">Key</a></div>
|
<div><a href="key.html">Key</a></div>
|
||||||
<div><a href="changelog.html">Changelog</a></div>
|
<div><a href="changelog.html">Changelog</a></div>
|
||||||
</div>
|
</nav>
|
||||||
<h1>Music</h1>
|
<h1>Music</h1>
|
||||||
<section id="music">
|
<section id="music">
|
||||||
<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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user