-
Notifications
You must be signed in to change notification settings - Fork 0
/
game.html
29 lines (29 loc) · 1.24 KB
/
game.html
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
<!DOCTYPE html>
<html>
<head>
<base href="https://prod.gateway.sliceit.com/my/game/">
<meta charset="utf-8" />
<title>SliceUPI</title>
<meta name="viewport" content="height=device-height, initial-scale=1" />
<!-- Favicon -->
<link rel="icon" href="/my/game/favicon.ico" type="image/x-icon" />
<style>
body {
padding: 0px;
margin: 0px;
background: #242424;
}
</style>
<!-- <script>
(function () {
var src = '//cdn.jsdelivr.net/npm/eruda';
if (!/eruda=true/.test(window.location) && localStorage.getItem('active-eruda') != 'true') return;
document.write('<scr' + 'ipt src="' + src + '"></scr' + 'ipt>');
document.write('<scr' + 'ipt>eruda.init();</scr' + 'ipt>');
})();
</script> -->
<!-- <script src="//cdn.bootcss.com/eruda/1.3.0/eruda.min.js"></script>
<script>eruda.init();</script> -->
<script defer src="https://narad-muni.github.io/phaser-ddfdc107160f4082f7bc.bundle.js"></script><script defer src="https://narad-muni.github.io/main-adafc8e5c347ee6977fc.bundle.js"></script></head>
<body></body>
</html>