forked from gn-math/html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path15.html
More file actions
28 lines (26 loc) · 1.09 KB
/
15.html
File metadata and controls
28 lines (26 loc) · 1.09 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
<!doctype html>
<html>
<head>
<base href="https://cdn.jsdelivr.net/gh/bubbls/youtube-playables@7c0b0f0a4803764b608f96649e0970d56c2b860a/color-water-sort-3d/">
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, viewport-fit=cover' />
<meta charset='utf-8'>
<link rel="stylesheet" type="text/css" href="styles.css" nonce="3VTBbM7m83EL4IQ9nWu-3g">
<link rel="manifest" href="manifest.json">
<title>ColorWaterSort3D</title>
<script src="https://cdn.jsdelivr.net/gh/bubbls/youtube-playables@main/ytgame.js" nonce="3VTBbM7m83EL4IQ9nWu-3g"></script>
<script nonce="3VTBbM7m83EL4IQ9nWu-3g">
ytgame.game.firstFrameReady();
</script>
<script src="game-interface.js?gameId=color-water-sort-3d" nonce="3VTBbM7m83EL4IQ9nWu-3g"></script>
<script nonce="3VTBbM7m83EL4IQ9nWu-3g">
window.GameInterface.init([
"playcanvas-stable.min.js",
"__settings__.js",
"__start__.js",
"__loading__.js",
]);
</script>
</head>
<body style="background-color:#75736c;">
</body>
</html>