Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNotSus committed Nov 1, 2024
1 parent dc703e9 commit 393915a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions static/assets/json/load/games.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@
"image": "/img/games/cooking.webp",
"usesProxy": true
},
{
"name": "Adventures w/ Anxiety",
"url": "https://ncase.me/anxiety/",
"image": "/misc/AdventureswithAnxiety/img.webp",
"usesProxy": true
},
{
"name": "Alien Hominid",
"url": "/misc/emulator/games/alien/",
Expand Down
2 changes: 1 addition & 1 deletion static/misc/play/2drocketleague.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<div id="gameframe">
<div class="gameDisplay">
<div class="game">
<iframe id="iframe" src="/misc/sdrocketleague/"></iframe>
<iframe id="iframe" src="/misc/2drocketleague/index.html"></iframe>
</div>
<div class="options">
<div class="left">
Expand Down
2 changes: 1 addition & 1 deletion static/misc/play/a-dance-of-fire-and-ice.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<div id="gameframe">
<div class="gameDisplay">
<div class="game">
<iframe id="iframe" src="/misc/a-dance-of-fire-and-ice/"></iframe>
<iframe id="iframe" src="/misc/a-dance-of-fire-and-ice/index.html"></iframe>
</div>
<div class="options">
<div class="left">
Expand Down

0 comments on commit 393915a

Please sign in to comment.