forked from Codeer12/games4u-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun-3-source.html
14 lines (14 loc) · 940 Bytes
/
run-3-source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<script src="config.js"></script>
<script src="track-firebase-user.js"></script>
</head>
<body>
<div id="content" class="container" id="game"><div class="displaygame infogame"><script type="text/javascript">var gametype = 'SWF';
var gamewidth = '0';
var gameheight = '0';
var setwidth = '800';
var setheight = '600';</script><div id="topads"></div><div id="maingamecontainer"><div style="width: 800px;margin:auto"><div class="displaygamecontainer" id="displaygamecontainer" style="width: 800px;height: 600px;"><object type="application/x-shockwave-flash" data="//theimpossible-quiz.com//data/file/swf/theimpossiblequiz.swf" width="100%" height="100%" id="flash_game" style="visibility: visible;"><param name="allowScriptAccess" value="always"><param name="allownetworking" value="internal"><param name="wmode" value="direct"><param name="bgcolor" value="000000"></object>
</div></div></div></div></div>
</body>
</html>