-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
72 lines (65 loc) · 2.79 KB
/
index.php
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
69
70
71
72
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="language" content="en-us" />
<meta property="og:title" content="Run Difya Run" />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://difya.in/img/og.jpg" />
<meta property="og:description" content="Game" />
<title>Run Difya Run</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,600' rel='stylesheet' type='text/css'>
<!--<script src="js/jquery.min.js"></script>-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script type="text/javascript" src="js/snap.svg.min.js"></script>
<script type="text/javascript" src="js/velocity.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<style type="text/css">
html, body {
font-family: 'Open Sans';
font-size: 12px;
margin: 0;
}
</style>
</head>
<body>
<svg id="svg" style="display: none; width: 1000px; height: 400px; background-image: url(img/sky.jpg); background-repeat: repeat-x; background-size: 1px 100%;" >
<?php require "clouds.php"; ?>
<?php require "terrain.php"; ?>
<?php require "crate_sree.php"; ?>
<?php require "sree.php"; ?>
<?php require "crate_div.php"; ?>
<?php require "div.php"; ?>
<?php require "tips.php"; ?>
<?php require "restart.php"; ?>
<?php require "magic.php"; ?>
</svg>
<audio id="loop-paavada" preload="auto" controls="false" loop="true" style="visibility: hidden; position: absolute; right: 100%;">
<source src="paavada.ogg" type="audio/ogg" />
</audio>
<audio id="loop-fin" preload="auto" controls="false" style="visibility: hidden; position: absolute; right: 100%;">
<source src="fin.ogg" type="audio/ogg" />
</audio>
<audio id="loop-dead" preload="auto" controls="false" style="visibility: hidden; position: absolute; right: 100%;">
<source src="dead.ogg" type="audio/ogg" />
</audio>
<audio id="loop-blop" preload="auto" controls="false" style="visibility: hidden; position: absolute; right: 100%;">
<source src="blop.ogg" type="audio/ogg" />
</audio>
<script>
game.init();
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-93032117-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>