Files
monkeygg2.github.io/games/two-ball-3d/index.html
T
2023-08-25 13:31:04 +05:30

23 lines
748 B
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>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5648726754785335"
crossorigin="anonymous"></script>
<title>Two Ball 3d</title>
<script type="text/javascript" src="/global.js"> </script>
</head>
<body style="margin:0;">
<iframe src="files/games/other/TwoBall3D/index.html" width="100%" height="100%" style="width:100%;height:100%;border:0;"></iframe>
</body>
</html>