-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (50 loc) · 2.46 KB
/
index.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Eco City</title>
<link rel="shortcut icon" href="TemplateData/favicon.ico">
<link rel="stylesheet" href="TemplateData/style.css">
<script src="https://vk.com/js/api/xd_connection.js?2" type="text/javascript"></script>
<script src="TemplateData/UnityProgress.js"></script>
<script src="Build/UnityLoader.js"></script>
<script>
var gameInstance = UnityLoader.instantiate("gameContainer", "Build/ecbuild.json", {onProgress: UnityProgress});
console.log(window.location.href);
// var txt = 'name:value:value2';
// var idx = txt.indexOf(':');
// console.log(txt.substr(idx));
// VK.api("wall.post", {"message": "Hello!", "attachments":"photo12867381_456239331,https://vk.com/app1898193"}, function (data) {
// alert("Post ID:" + data.response.post_id);
// });
function showInviteFriendsDialog() {}
</script>
</head>
<body>
<div id="game-menu">
<div class="container">
<div class="back1"></div>
<div class="back2"></div>
<div class="logoEN_v2"></div>
<div class="likebar"></div>
<div class="get-on-google-play">
<a href='https://play.google.com/store/apps/details?id=com.nevosoft.ecofarm&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1' target="_blank"><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' width="100px"/></a>
</div>
<div class="navbar">
<a class="button" href="#" onclick="showInviteFriendsDialog();"><span id="tab_invite_friends">Invite Friends</span></a>
<a class="button" href="https://vk.com/ecofarmofficial" target="_blank"><span id="tab_community">Community</span></a>
<a class="button" href="https://bffb.nevosoft.com/bf/support/?uid=662621133823827" target="_blank"><span id="tab_support">Support</span></a>
</div>
</div>
</div>
<div class="webgl-content">
<div id="gameContainer" style="width: 1000px; height: 640px"></div>
<div class="footer">
<div class="webgl-logo"></div>
<div class="fullscreen" onclick="gameInstance.SetFullscreen(1)"></div>
<div class="title">Eco City</div>
</div>
</div>
</body>
</html>