Skip to content

Commit

Permalink
fix website
Browse files Browse the repository at this point in the history
  • Loading branch information
berlingoqc committed May 2, 2024
1 parent 95be53b commit 0be8cda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

The goal is to create an open-source 2d cod zombie with roguelike mechanics

* [game in web browser](https://berlingoqc.github.io/public/zombie-roguelike)
* [game in web browser](https://berlingoqc.github.io/zombie-roguelike/)
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

</div>
<div style="width: 90%; height: 100%;">
<iframe src="index.html" width="100%" height="100%" title="Iframe Example"></iframe>
<iframe src="game.html" width="100%" height="100%" title="Iframe Example"></iframe>
</div>
</body>
</html>

0 comments on commit 0be8cda

Please sign in to comment.