forked from sz-games/cr
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (25 loc) · 736 Bytes
/
index.html
File metadata and controls
30 lines (25 loc) · 736 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
27
28
29
30
<!--
Game Bootstrapper
@author Kasper Mol <kasper@poki.com>
@copyright Poki 2017
-->
<!doctype HTML>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<title>Crossy Road Unblocked</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" async href="app-store-interstitial.css" />
<script>
console.clear = () => {}
</script>
<script src="js/v2/poki-sdk.js"></script>
<script src="scripts/extra.min.js"></script>
</head>
<body>
<script src="scripts/bootstrap.min.f.js"></script>
<script src="js/analytics_ubg_v1_4.js"></script>
<script src="js/ubg235_client_v1_1.js"></script>
</body>
</html>