-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclCartoonNetworkTableTennisUltimateTournament.html
More file actions
68 lines (58 loc) · 1.85 KB
/
clCartoonNetworkTableTennisUltimateTournament.html
File metadata and controls
68 lines (58 loc) · 1.85 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
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<!-- Ultimate Game Stash file-->
<!-- For the regularly updating doc go to https://docs.google.com/document/d/1_FmH3BlSBQI7FGgAQL59-ZPe8eCxs35wel6JUyVaG8Q/ -->
<html lang="en">
<base href="https://cdn.jsdelivr.net/gh/bubbls/UGS-Assets@15e2f1ef1cdb3e96610c02c454d29b19c9392f70/table%20tennis%20cn/">
<head>
<title>Table Tennis Ultimate Tournament</title>
<meta charset="utf-8">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.01, minimal-ui" />
<style>
body {
margin: 0px;
padding: 0px;
width: 100%;
overflow: hidden
}
canvas {
-ms-touch-action: none;
image-rendering: -o-crisp-edges;
image-rendering: optimize-contrast;
-ms-interpolation-mode: nearest-neighbor;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-moz-tap-highlight-color: rgba(0, 0, 0, 0);
tap-highlight-color: rgba(0, 0, 0, 0);
user-select: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
</style>
<script src="webfontloader.js"></script>
<script>
WebFont.load({
google: {
families: ['BenchNine', 'Bangers', 'Mouse Memoirs', 'PT Sans Narrow', 'Russo One', 'Mada']
}
});
</script>
<script>
var dataLayer = {
extGameName: "Table Tennis Ultimate Tournament",
extCountry: "EN"
}
</script>
<script src="Bootstrap.js"></script>
</head>
<body>
<div id="canvas-wrapper" style="overflow:hidden; width:100%; height:100%; margin:0; padding:0; position:absolute;">
<canvas id="canvas" moz-opaque></canvas>
</div>
</body>
<script src="TweenMax.min.js"></script>
<script src="Howler.min.js"></script>
<script src="VisibilityManager.js"></script>
<script src="app.js"></script>
</html>