forked from gn-math/html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path150.html
More file actions
43 lines (34 loc) · 1.55 KB
/
150.html
File metadata and controls
43 lines (34 loc) · 1.55 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
41
42
43
<!doctype html>
<html>
<head>
<base href="https://cdn.jsdelivr.net/gh/bubbls/youtube-playables@main/cannon-balls-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="oeBqfcQ-Mp4neK-vtJVF5g">
<link rel="manifest" href="manifest.json">
<style></style>
<title>Cannon Balls 3D</title>
<script src="https://cdn.jsdelivr.net/gh/bubbls/youtube-playables@main/ytgame.js" nonce="oeBqfcQ-Mp4neK-vtJVF5g"></script>
<script nonce="oeBqfcQ-Mp4neK-vtJVF5g">ytgame.game.firstFrameReady();</script>
<!-- ---------------- API Snippet ---------------- -->
<script nonce="oeBqfcQ-Mp4neK-vtJVF5g">
window.famobi_gameID = "cannon-balls-3d"; /* the actual GAMEID is added to the final version by Famobi */
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 + "";
firstJS.parentNode.insertBefore(fgJS, firstJS);
})(document, 'html5games/gameapi/v1.js');
</script>
<!-- ---------------- API Snippet end ------------- -->
</head>
<body>
</body>
</html>