Add favicon and enhance content structure

- Added a favicon link to both index.html and links.html.
- Wrapped main content in a div for better structure in index.html.
- Updated footer links to open in new tabs and added new links in links.html.
- Introduced new CSS classes for song cover and mini text styling.
This commit is contained in:
2026-02-20 08:07:04 -10:00
parent 07662603ba
commit 9a6952de30
6 changed files with 46 additions and 17 deletions

View File

@@ -58,4 +58,20 @@ a {
image-rendering: pixelated;
margin: 1px;
display: inline;
}
.song-cover {
height: 200px;
width: auto;
}
.mini-text {
color: #fff;
font-size: 12px;
font-style: italic;
text-align: center;
}
.music audio {
width: auto;
height: auto;
align-items: center;
justify-content: center;
}