forked from gn-math/html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path155.html
More file actions
39 lines (28 loc) · 1.16 KB
/
155.html
File metadata and controls
39 lines (28 loc) · 1.16 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
<!doctype html>
<html>
<head>
<base href="https://cdn.jsdelivr.net/gh/bubbls/youtube-playables@main/guess-their-answer/">
<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="aAxdNW5Y-d9SwpGz23ZN3A">
<link rel="manifest" href="manifest.json">
<style></style>
<title>Guess Their Answer</title>
<script src="https://cdn.jsdelivr.net/gh/bubbls/youtube-playables@main/ytgame.js" nonce="aAxdNW5Y-d9SwpGz23ZN3A"></script>
<script src="game-interface.js" nonce="aAxdNW5Y-d9SwpGz23ZN3A"></script>
</head>
<body>
<script nonce="aAxdNW5Y-d9SwpGz23ZN3A">
window.GameInterface.init([
"playcanvas-stable.min.js",
"files/assets/177935870/1/APIMediator.js",
"__settings__.js",
"__modules__.js",
"__start__.js",
"__loading__.js"
], {gameID: "guess-the-answer"}).then(result => {
});
</script>
</body>
</html>