Skip to content

Commit

Permalink
Update game.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Memelite70 authored Jun 17, 2024
1 parent 58bd844 commit 79708dc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions game.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9797604980960415"
crossorigin="anonymous"></script>
</head>
<body>

<body onload="load()">
<
<!-- Button to trigger iframe loading -->
<center><div id="topnav"><button class="button" id="loadIframeBtn">Load Game</button><p>&nbsp;</p>
<button class="button" onclick='create()'>Open Cloaked</button><button class="button" onclick="openFullscreen();">Full Screen</button></div><script>
Expand All @@ -24,7 +24,12 @@
}
}
</script><script>

function load(){
var load = document.getElementById("game");
load.src = getUrlParameter('game');
}


function create() {

var win = window.open();
Expand Down

0 comments on commit 79708dc

Please sign in to comment.