Skip to content

Commit

Permalink
fix: change img directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver P. authored and Oliver P committed Apr 27, 2024
1 parent 7560eaf commit d7f53c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added img/systems/nes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ <h1>Emul8Me</h1>
<h3 style="color: #ff6100;">Please note, this website is still under development, and more games will be added over time.</h3>
</section>
<section>
<a class="btn" href="/snes.html"><img src="/img/snes.png" alt="Cover Art"></a>
<a class="btn" href="/nes.html"><img src="/img/nes.png" alt="Cover Art"></a>
<a class="btn" href="/snes.html"><img src="/img/systems/snes.png" alt="Cover Art"></a>
<a class="btn" href="/nes.html"><img src="/img/systems/nes.png" alt="Cover Art"></a>
</section>
</main>

Expand Down

0 comments on commit d7f53c2

Please sign in to comment.