Skip to content

Commit

Permalink
Create janissarytower.html
Browse files Browse the repository at this point in the history
  • Loading branch information
accessgames authored Oct 31, 2023
1 parent 935f800 commit 6cbb49b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions static/games/janissarytower.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<script src="js/tabcloak.js"></script>

<div id="content"></div>

<script>
fetch('../navbar.html')
.then(response => response.text())
.then(data => {
document.getElementById('content').innerHTML = data;
})
.catch(error => console.error(error));
</script>



<iframe src="https://www.twoplayergames.org/game/janissary-tower" frameborder="0" scrolling="yes" width="100%" height="100%" loading="lazy"></iframe>
<style type="text/css">iframe { position: absolute; width: 100%; height: 100%; z-index: 999; }</style>

1 comment on commit 6cbb49b

@vercel
Copy link

@vercel vercel bot commented on 6cbb49b Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.