Compare commits
2 commits
4b36603b89
...
e07c68a564
Author | SHA1 | Date | |
---|---|---|---|
e07c68a564 | |||
e6c5ecc469 |
8 changed files with 81 additions and 77 deletions
|
@ -1,6 +1,6 @@
|
||||||
<dialog id="addcredit">
|
<dialog id="addcredit">
|
||||||
<header>
|
<header>
|
||||||
<h2>Add artist credit</h2>
|
<h2>Add Artist Credit</h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<dialog id="addtrack">
|
<dialog id="addtrack">
|
||||||
<header>
|
<header>
|
||||||
<h2>Add track</h2>
|
<h2>Add Track</h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -613,6 +613,10 @@ footer a:hover {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tracks h2 {
|
||||||
|
margin: 0 auto .8em auto;
|
||||||
|
}
|
||||||
|
|
||||||
#lyrics p.album-track-subheading {
|
#lyrics p.album-track-subheading {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<small><em>*made with ♥ by ari, 2025*</em></small>
|
<small><em>*made with <span aria-label="love">♥</span> by ari, 2025*</em></small>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
@ -10,9 +10,9 @@
|
||||||
{{block "head" .}}{{end}}
|
{{block "head" .}}{{end}}
|
||||||
|
|
||||||
<script type="module", src="/script/main.js"></script>
|
<script type="module", src="/script/main.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
{{template "header"}}
|
{{template "header"}}
|
||||||
|
|
||||||
{{block "content" .}}
|
{{block "content" .}}
|
||||||
|
@ -29,6 +29,6 @@
|
||||||
{{template "footer"}}
|
{{template "footer"}}
|
||||||
<div id="overlay"></div>
|
<div id="overlay"></div>
|
||||||
{{template "prideflag"}}
|
{{template "prideflag"}}
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue