Files
monkeygg2.github.io/games/smart-ball/index.html
T
2023-09-25 19:51:08 -04:00

32 lines
770 B
HTML

<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-7L02W3ZMS5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7L02W3ZMS5');
</script>
<meta charset="utf-8"/>
<title>Smart Ball</title>
</head>
<body>
<div style="width:auto;height:100%;max-width:100%;">
<div id="game"></div>
</div>
<script type="text/javascript">
EJS_player = '#game';
EJS_gameUrl = '24951_smart-ball-usa.zip'; // Url to Game rom
EJS_core = 'snes';
EJS_mouse = false; // SNES Mouse
EJS_multitap = false; // SNES Multitap
</script>
<script src="loader.js"></script>
</body>
</html>