-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (23 loc) · 898 Bytes
/
index.html
File metadata and controls
26 lines (23 loc) · 898 Bytes
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
<!doctype html>
<html>
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="user-scalable=no,width=device-width"/>
<link rel="stylesheet" href="resources/style.css" type="text/css">
<link rel="prefetch" type="application/l10n" href="locales/locales.ini" />
<link rel="stylesheet" href="ads/css/kaios_style.css" type="text/css">
<script src="ads/sdk.js"></script>
<!-- jio new sdk -->
<script src="https://jiogames.akamaized.net/gameSDK/games_SDK.js"></script>
<script src="ads_sdk/getDataStore.js"></script>
<script src="ads_sdk/sdk.js"></script>
<title>Drawsum</title>
</head>
<body>
<center id="container">
<div class="holds-the-iframe" id="adsWrapper"></div>
<div id ="phaser-game"></div>
</center>
<script type="text/javascript" src="resources/l10n.js"></script>
<script type="text/javascript" src="game.bundle.js"></script></body>
</html>