aboutsummaryrefslogtreecommitdiff
path: root/src/app.html
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-09 15:30:12 -0800
committerFuwn <[email protected]>2023-12-09 15:30:12 -0800
commitb44340d3ceb3fd779b20ef7f7ee4dc7f6538f426 (patch)
tree086a2f7674e5761513240c8c038572f44b84058a /src/app.html
parentfix(html): null check settings (diff)
downloaddue.moe-b44340d3ceb3fd779b20ef7f7ee4dc7f6538f426.tar.xz
due.moe-b44340d3ceb3fd779b20ef7f7ee4dc7f6538f426.zip
fix(html): add alt tag
Diffstat (limited to 'src/app.html')
-rw-r--r--src/app.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app.html b/src/app.html
index c38658ca..38bed62f 100644
--- a/src/app.html
+++ b/src/app.html
@@ -101,21 +101,25 @@
case 'mai':
{
mai.src = '/aobuta/mai.png';
+ mai.alt = 'Mai Sakurajima';
}
break;
case 'nodoka':
{
mai.src = '/aobuta/nodoka.webp';
+ mai.alt = 'Nodoka Toyohama';
}
break;
case 'kaede':
{
mai.src = '/aobuta/kaede.png';
+ mai.alt = 'Kaede Azusagawa';
}
break;
case 'none': {
{
mai.style.display = 'none';
+ mai.alt = 'No one';
}
break;
}