removed global.js scripts from all games

This commit is contained in:
MonkeyGG2
2023-09-25 19:51:08 -04:00
parent 4717e35979
commit 4352a7eac4
88 changed files with 4731 additions and 5439 deletions
+13 -15
View File
@@ -1,33 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7L02W3ZMS5"></script>
<script>
<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>
<script type="text/javascript" src="/global.js" defer> </script>
</head>
<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">
<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>
<script src="loader.js"></script>
</body>
</html>