Skip to content

Commit

Permalink
Update thereisnogame.html
Browse files Browse the repository at this point in the history
  • Loading branch information
shotgunshelly authored Feb 22, 2024
1 parent edd8ae9 commit fe956d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thereisnogame.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<title>There Is No Game</title>
<link rel="shortcut icon" type="image/jpg"
href="thereisnogame.png"/>
<script src='/everypage.js'></script>
<script src='everypage.js'></script>
</head>
<body onload='focus()'>
<script src="load.js"></script>
<a href="/" style='font-size: 2vw;'>Back To Home Page</a>
<button onclick="openFullscreen('518929564')" style='font-size: 2vw;'>Fullscreen Mode</button>
<iframe style='height: 95vh; width: 95vw;' scrolling="no" frameborder="0" id="518929564" allowtransparency="true"
src="https://7f65203c-4b3e-43bf-bda7-0c7e1aafd5d2.id.repl.co/there-is-no-game/index.html"></iframe>
src="g/thereisnogame/index.html"></iframe>
<script src="fullScreen.js"></script>
<script>
function focus() {document.getElementById('518929564').focus();}
Expand Down

0 comments on commit fe956d3

Please sign in to comment.