summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2025-01-11 20:12:15 -0500
committerAnthony Wang2025-01-11 20:12:15 -0500
commitb27eb5a48f34f389756158614d322909163a3687 (patch)
tree5d65bd272f90d819ec737f8794671f6714b7d2ef
parent4c4c3f385015b9d500774983a5e52a4ca6db5391 (diff)
Shrink images for smaller screens
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index a4960a4..7df6692 100644
--- a/index.html
+++ b/index.html
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<link rel="stylesheet" href="style.css" type="text/css">
<audio id="audio" src="柔風凝湛之地.opus" loop></audio>
-<img src="YuanEmperorAlbumGenghisPortrait.jpg" height="300px">
-<img src="Genghis_Impact_logo.svg.png" height="300px">
-<img src="__mongolia_original_drawn_by_nanimonothing__c14c38c24a0022c309bd06ebbfb72a15.jpg" height="300px">
+<img src="YuanEmperorAlbumGenghisPortrait.jpg" height="250px">
+<img src="Genghis_Impact_logo.svg.png" height="250px">
+<img src="__mongolia_original_drawn_by_nanimonothing__c14c38c24a0022c309bd06ebbfb72a15.jpg" height="250px">
<p>Enter Your Username</p>
<input id="username" required>
<button id="button" onclick="submit()">Play</button>