Skip to content

Commit

Permalink
feat: default to the loading images
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Feb 29, 2024
1 parent ce04186 commit dd29a94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,11 +302,11 @@
<!-- Right column -->
<div class="right-col">
<div class="right-col-left">
<img id="gifImage" src="" alt="GIF Image">
<img id="gifImage" src="./images/loading_gif.png" alt="GIF Image">
</div>
<div class="right-col-right">
<div class="right-col-right-top-row">
<img id="pngImage" src="" alt="PNG Image">
<img id="pngImage" src="./images/loading_png.png" alt="PNG Image">
</div>
<div class="right-col-right-bot-row">
<div class="bottom-content">
Expand Down

0 comments on commit dd29a94

Please sign in to comment.