forked from gn-math/html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path127.html
More file actions
36 lines (28 loc) · 1.21 KB
/
127.html
File metadata and controls
36 lines (28 loc) · 1.21 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
<!doctype html>
<html>
<head>
<base href="https://cdn.jsdelivr.net/gh/bubbls/youtube-playables@main/fashion-battle/">
<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="jD_2C1JfQ91JgHznfriEJw">
<link rel="manifest" href="manifest.json">
<style></style>
<title>Fashion Battle</title>
<script src="https://cdn.jsdelivr.net/gh/bubbls/youtube-playables@main/ytgame.js" nonce="jD_2C1JfQ91JgHznfriEJw"></script>
<script src="game-interface.js?gameId=fashion-battle" nonce="jD_2C1JfQ91JgHznfriEJw"></script>
</head>
<body>
<script nonce="jD_2C1JfQ91JgHznfriEJw">
window.GameInterface.init([
"playcanvas-stable.min.js",
"files/assets/182696836/1/APIMediator.js",
"files/assets/184800021/1/ShaderTest.js",
"__settings__.js",
"__modules__.js",
"__start__.js",
"__loading__.js"
], {gameID: "fashion-battle"}).then(result => {
});
</script>
</body>
</html>