!feat(categories): add 3 categories for artists

- albums: album found
- artists: found the artist, not the album
- notfound: not found on bandcamp (or limited by api)

API on refresh changes.
Use a extern script instead of write it in html page.
This commit is contained in:
rick 2021-09-01 16:00:07 +02:00
commit 5e7e5051be
Signed by: Rick
GPG key ID: 2B593F087240EE99
5 changed files with 187 additions and 69 deletions
static/css

View file

@ -1,5 +1,5 @@
h1 {
color: red;
color: green;
}
td, th {
@ -14,3 +14,7 @@ footer {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.only-artist {
color: red;
}