diff options
Diffstat (limited to 'index_template.html')
-rw-r--r-- | index_template.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/index_template.html b/index_template.html index 153c5eb..5233d01 100644 --- a/index_template.html +++ b/index_template.html @@ -11,13 +11,13 @@ <body> <article> - <img class="cover" src="./cover.webp" alt="Hurry Curry! Cover Image" /> + <img class="cover" src="assets/images/cover.webp" alt="Hurry Curry! Cover Image" /> <div class="content"> <div class="screenshots"> - <img src="./screenshot-1.webp" alt="Screenshot" class="screenshot" /> - <img src="./screenshot-2.webp" alt="Screenshot" class="screenshot" /> - <img src="./screenshot-3.webp" alt="Screenshot" class="screenshot" /> - <img src="./screenshot-4.webp" alt="Screenshot" class="screenshot" /> + <img src="assets/images/screenshot-1.webp" alt="Screenshot" class="screenshot" /> + <img src="assets/images/screenshot-2.webp" alt="Screenshot" class="screenshot" /> + <img src="assets/images/screenshot-3.webp" alt="Screenshot" class="screenshot" /> + <img src="assets/images/screenshot-4.webp" alt="Screenshot" class="screenshot" /> </div> <p>{i.abstract}</p> @@ -25,7 +25,7 @@ <p>{i.gameplay_overview.par}</p> <a href="https://s.metamuffin.org/static/hurrycurry/trailer-flathub.webm" target="_blank"> - <img width="400px" src="trailer-thumbnail.webp" alt="Hurry Curry! Gameplay Trailer"> + <img width="400px" src="assets/images/trailer-thumbnail.webp" alt="Hurry Curry! Gameplay Trailer"> </a> <h2>{i.how_to_play}</h2> @@ -97,13 +97,13 @@ </ul> <a href='https://codeberg.org/hurrycurry/hurrycurry'><img height='50' alt='Get it on Codeberg' - src='./badge-codeberg.png' /></a> + src='assets/badges/codeberg.png' /></a> <a href='https://flathub.org/apps/org.metamuffin.hurrycurry.client'><img height='50' alt='Get it on Flathub' - src='./badge-flathub.png' /></a> + src='assets/badges/flathub.png' /></a> <a href='https://metamuffin1.itch.io/hurrycurry'><img height='50' alt='Available on itch.io' - src='./badge-itchio.png' /></a> + src='assets/badges/itchio.png' /></a> <a href="https://snapcraft.io/hurrycurry"><img height="50" alt="Get it from the Snap Store" - src="./badge-snap.svg" /></a> + src="assets/badges/snap.svg" /></a> <h2>{i.public_servers}</h2> <iframe src="https://hurrycurry-registry.metamuffin.org/v1/list" frameborder="0" |