diff options
| author | Fuwn <[email protected]> | 2023-12-07 03:46:23 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-07 03:46:23 -0800 |
| commit | f5e0cd83e5a7ba32acbb97b9ab99a5c37d906e4a (patch) | |
| tree | 9803c05562fb767d81afc77a40a29a8c9e13cfa2 /src | |
| parent | fix(settings): types (diff) | |
| download | due.moe-f5e0cd83e5a7ba32acbb97b9ab99a5c37d906e4a.tar.xz due.moe-f5e0cd83e5a7ba32acbb97b9ab99a5c37d906e4a.zip | |
fix(html): mai initial set
Diffstat (limited to 'src')
| -rw-r--r-- | src/app.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app.html b/src/app.html index 6f1ca2c5..7954f226 100644 --- a/src/app.html +++ b/src/app.html @@ -85,7 +85,7 @@ mai.style.display = 'block' - switch (AoButa) { + switch (aoButa) { case "mai": { mai.src = "/aobuta/mai.png" @@ -171,7 +171,7 @@ <body data-sveltekit-preload-data="hover" style="max-width: 90% !important"> <div style="display: contents">%sveltekit.body%</div> - <img src="mai.png" alt="Mai Sakurajima" id="mai" onclick="alert('You\'re having lewd thoughts, aren\'t you?')" /> + <img id="mai" onclick="alert('You\'re having lewd thoughts, aren\'t you?')" /> </body> </html>
\ No newline at end of file |