Remove unnecessary spacing.
This commit is contained in:
parent
2d03fe243e
commit
1ec49ac403
@ -5,17 +5,15 @@
|
|||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 1.0.0.22 -->
|
<!-- Version: 1.0.1.23 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Inferencium - Music</title>
|
<title>Inferencium - Music</title>
|
||||||
<link rel="stylesheet" href="inf.css">
|
<link rel="stylesheet" href="inf.css">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<!-- Navigation bar -->
|
<!-- Navigation bar -->
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px">
|
<img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px">
|
||||||
@ -29,13 +27,11 @@
|
|||||||
<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>
|
</div>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Music</h1>
|
<h1>Music</h1>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- List of music in alphabetical order, in format ARTIST - TRACK and official source links
|
<!-- List of music in alphabetical order, in format ARTIST - TRACK and official source links
|
||||||
provided -->
|
provided -->
|
||||||
<p>This is a curated list of my personally-enjoyed music. The list is alphabetically-sorted A-Z,
|
<p>This is a curated list of my personally-enjoyed music. The list is alphabetically-sorted A-Z,
|
||||||
@ -75,5 +71,4 @@
|
|||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user