Skip to content

Commit

Permalink
please work
Browse files Browse the repository at this point in the history
  • Loading branch information
starg3n authored Nov 21, 2024
1 parent c549abe commit 2c8d9fd
Showing 1 changed file with 5 additions and 36 deletions.
41 changes: 5 additions & 36 deletions id1999/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,17 @@
<script src="/data/indexscript.js"></script>
</head>
<body>

<div style="text-align:center">
<a href="/index.html"><img src="/data/favicon.ico"></img></a>
<!doctype html>
<!--fillr-->
<html>
<head>
<title>☆ starg3n ☆</title>
<link rel="icon" type="image/x-icon" href="/data/favicon.ico">
<link rel="stylesheet" href="https://starg3n.github.io/data/style.css">
<script src="/data/indexscript.js"></script>
</head>
<body>

<div style="text-align:center">
<div class="gm4html5_div_class" id="gm4html5_div_id">
<!-- Create the canvas element the game draws to -->
<canvas id="canvas" width="640" height="480">
<p>Your browser doesn't support HTML5 canvas.</p>
</canvas>
</div>
<a href="/index.html"><img src="/data/favicon.ico"></img></a>
<!-- <a href="/index.html"><img src="/data/icon.png"></img></a>-->
<script type="text/javascript" src="https://www.coolmathgames.com/sites/default/files/public_games/51634/html5game/CoolMath_1999.js?CXYYB=820701266"></script>
<script>window.onload = GameMaker_Init;</script>
<script src="https://www.coolmathgames.com/sites/default/files/public_games/51634/html5game/tph_Coolmath_script.js" type="text/javascript"></script>
<script src="https://www.coolmathgames.com/sites/default/files/public_games/51634/html5game/uph_html5Fixes.js" type="text/javascript"></script>
<script>function fnSendMsg(evt){
<script type="text/javascript" src="https://www.coolmathgames.com/sites/default/files/public_games/51634/html5game/CoolMath_1999.js?CXYYB=820701266"></script>
<script>window.onload = GameMaker_Init;</script>
<script src="https://www.coolmathgames.com/sites/default/files/public_games/51634/html5game/tph_Coolmath_script.js" type="text/javascript"></script>
<script src="https://www.coolmathgames.com/sites/default/files/public_games/51634/html5game/uph_html5Fixes.js" type="text/javascript"></script>
<script>function fnSendMsg(evt){
if(typeof window.parent.postMessage == 'function') {
window.parent.postMessage('keypress-from-game', '*');
} else if(typeof window.top.postMessage == 'function' && window.top != window.self) {
Expand All @@ -55,20 +38,6 @@
fnSendMsg(event);
});
</script>
<!--<div id="app"></div>
<script src="https://unpkg.com/webamp"></script>
<script>
const app = document.getElementById("app")
const webamp = new Webamp();
webamp.renderWhenReady(app);
</script> -->
<p></p>
</div>

</body>
</html>
<p></p>
</div>

</body>
</html>

0 comments on commit 2c8d9fd

Please sign in to comment.