Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
sum stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
M1dnight-ofcl committed Mar 24, 2024
1 parent 39e6c3e commit b52b883
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const App = () =>{
<li class="link" onClick={() => openGame('https://shellshock.io')}> <u>Shell Shockers</u> </li>
<li class="link" onClick={() => openGame('https://play2048.co')}> <u>2048</u> </li>
<li class="link" onClick={() => openGame('https://dos.zone/doom-dec-1993/')}> <u>Doom</u> </li>
<li class="link" onClick={() => window.open('./web/eag/eag.html', '_blank') }> <u>Eaglercraft</u> </li>
<li class="link" onClick={() => window.open('/games/07ed39eb95c1ce7e451192d7c7517c6c3382a59cb40702d8bab86dc61e3b555d.html', '_blank') }> <u>Eaglercraft</u> </li>
<li class="link" onClick={() => openGame('https://www.ps1fun.com/final-fantasy-vii')}> <u>Final Fanstasy VII</u> </li>
<li class="link" onClick={() => openGame('https://bloxd.io')}> <u>Bloxd.io</u> </li>
<li class="link" onClick={() => openGame('https://www.mathplayground.com/x-trench-run/index.html')}> <u>X-Trench Run</u> </li>
Expand Down

0 comments on commit b52b883

Please sign in to comment.