diff options
| author | Fuwn <[email protected]> | 2023-12-05 16:04:36 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-05 16:04:36 -0800 |
| commit | affafc835e9ca23409ed418568d2da09f34d43d9 (patch) | |
| tree | 9c60545c822062bd6c81312bfd1549266cf439fb /src | |
| parent | feat(html): better mai hiding (diff) | |
| download | due.moe-affafc835e9ca23409ed418568d2da09f34d43d9.tar.xz due.moe-affafc835e9ca23409ed418568d2da09f34d43d9.zip | |
feat(html): mai easter egg
Diffstat (limited to 'src')
| -rw-r--r-- | src/app.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.html b/src/app.html index 7b7dad8d..84601a9a 100644 --- a/src/app.html +++ b/src/app.html @@ -123,7 +123,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" /> + <img src="mai.png" alt="Mai Sakurajima" id="mai" onclick="alert('You\'re having lewd thoughts, aren\'t you?')" /> </body> </html>
\ No newline at end of file |