a11y: ARIA text for footer line

+ fixed indentation on some view sources
This commit is contained in:
ari melody 2025-02-04 09:29:44 +00:00
parent 4b36603b89
commit e6c5ecc469
Signed by: ari
GPG key ID: CF99829C92678188
7 changed files with 77 additions and 77 deletions

View file

@ -1,6 +1,6 @@
<dialog id="addcredit">
<header>
<h2>Add artist credit</h2>
<h2>Add Artist Credit</h2>
</header>
<ul>

View file

@ -1,6 +1,6 @@
<dialog id="addtrack">
<header>
<h2>Add track</h2>
<h2>Add Track</h2>
</header>
<ul>

View file

@ -2,7 +2,7 @@
<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>
</footer>

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@ -10,9 +10,9 @@
{{block "head" .}}{{end}}
<script type="module", src="/script/main.js"></script>
</head>
</head>
<body>
<body>
{{template "header"}}
{{block "content" .}}
@ -29,6 +29,6 @@
{{template "footer"}}
<div id="overlay"></div>
{{template "prideflag"}}
</body>
</body>
</html>