forked from gn-math/html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path159.html
More file actions
58 lines (46 loc) · 1.86 KB
/
159.html
File metadata and controls
58 lines (46 loc) · 1.86 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<base href="https://cdn.jsdelivr.net/gh/bubbls/youtube-playables@main/parking-rush/">
<meta charset="UTF-8">
<title>Parking Rush</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<!-- Made with Construct, the game and app creator :: https://www.construct.net -->
<meta name="generator" content="Scirra Construct">
<link rel="manifest" href="appmanifest.json">
<link rel="apple-touch-icon" sizes="128x128" href="icons/icon-128.png">
<link rel="apple-touch-icon" sizes="256x256" href="icons/icon-256.png">
<link rel="apple-touch-icon" sizes="512x512" href="icons/icon-512.png">
<link rel="icon" type="image/png" href="icons/icon-512.png">
<link rel="stylesheet" href="style.css" nonce="8JPNBIY47xE7Al_WZItuRA">
<script src="https://cdn.jsdelivr.net/gh/bubbls/youtube-playables@main/ytgame.js" nonce="8JPNBIY47xE7Al_WZItuRA"></script>
<script nonce="8JPNBIY47xE7Al_WZItuRA">
window.ytgame.game.firstFrameReady();
window.famobi_gameID = "parking-rush";
window.famobi_gameJS = [
"common.js",
"tresor.js",
"scripts/modernjscheck.js",
"scripts/supportcheck.js",
"scripts/main.js",
function() {
// start the game
}
];
(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?e=');
</script>
</head>
<body>
<noscript>
<div id="notSupportedWrap">
<h2 id="notSupportedTitle">This content requires JavaScript</h2>
<p class="notSupportedMessage">JavaScript appears to be disabled. Please enable it to view this content.</p>
</div>
</noscript>
</body>
</html>