forked from gn-math/html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path162.html
More file actions
40 lines (33 loc) · 1.44 KB
/
162.html
File metadata and controls
40 lines (33 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!doctype html>
<html>
<head>
<base href="https://cdn.jsdelivr.net/gh/bubbls/youtube-playables@main/tower-crash-3d/">
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no' />
<meta charset='utf-8'>
<link rel="stylesheet" type="text/css" href="styles.css" nonce="ZIkTb7JYx2qzmmhusnAliA">
<link rel="manifest" href="manifest.json">
<style></style>
<title>Tower Crash 3D</title>
<script src="https://cdn.jsdelivr.net/gh/bubbls/youtube-playables@main/ytgame.js" nonce="ZIkTb7JYx2qzmmhusnAliA"></script>
<script nonce="ZIkTb7JYx2qzmmhusnAliA">
window.ytgame.game.firstFrameReady();
window.famobi_gameID = "tower-crash-3d";
window.famobi_gameJS = [
"playcanvas-stable.min.js",
"__settings__.js",
"__modules__.js",
"__start__.js",
"__loading__.js"
];
(function (document, url, fgJS, firstJS) {
fgJS = document.createElement('script');
firstJS = document.getElementsByTagName('script')[0];
fgJS.src = url + encodeURIComponent(document.location.href);
firstJS.parentNode.insertBefore(fgJS, firstJS);
})(document, 'html5games/gameapi/v1.js?e=');
</script>
<!-- ---------------- API Snippet end ------------- -->
</head>
<body>
</body>
</html>