diff options
author | Anthony Wang | 2025-01-11 20:12:15 -0500 |
---|---|---|
committer | Anthony Wang | 2025-01-11 20:12:15 -0500 |
commit | b27eb5a48f34f389756158614d322909163a3687 (patch) | |
tree | 5d65bd272f90d819ec737f8794671f6714b7d2ef | |
parent | 4c4c3f385015b9d500774983a5e52a4ca6db5391 (diff) |
Shrink images for smaller screens
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |