-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
112 lines (87 loc) · 3.36 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!doctype html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>Власти скрывают</title>
<meta name="description" content="">
<meta name="author" content="http://github.com/jekamax/aliens">
<link rel="stylesheet" href="style.css">
<link rel="manifest" href="manifest.json">
</head>
<body>
<script type="text/javascript" src="https://yastatic.net/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/julianshapiro/velocity/master/velocity.min.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/benhowdle89/touche/master/dist/touche.min.js"></script>
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function(d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter29430905 = new Ya.Metrika({
id: 29430905,
accurateTrackBounce: true
});
}
catch (e) {}
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function() {
n.parentNode.insertBefore(s, n);
};
s.type = "text/javascript";
s.async = true;
s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
}
else {
f();
}
})(document, window, "yandex_metrika_callbacks");
</script>
<noscript>
<div><img src="//mc.yandex.ru/watch/29430905" style="position:absolute; left:-9999px;" alt="" />
</div>
</noscript>
<!-- /Yandex.Metrika counter -->
<div id="screen">
<div id='fg'>
<svg id='svg_fg' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 540" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink">
<style>
svg {
-webkit-background-clip: text;
}
</style>
<defs>
<mask id="mymask">
<image xlink:href="mask.png" x="0" y="0" width="960px" height="540px" />
</mask>
</defs>
<image xlink:href="bg.jpg" mask="url(#mymask)" x="0" y="0" width="960px" height="540px" />
</svg>
</div>
<div id='bg'>
<img src='bg.jpg'>
</div>
<div id='backpack'>
<img id='alien' src='alien.png'>
<img id='alien_shot' src='alien_shot.png'>
</div>
<div class='wnd' id='score'>
</div>
<div class='wnd' id='fail'>
</div>
<div class='wnd' id='maxfail'>
Не дай властям скрыть 70 контактов!
</div>
<div class='wnd' id='totalfail'>
</div>
<div class='wnd' id='credits'>
арт:<a href='https://vk.com/hodiau'>ДМ</a>, код:<a href='https://vk.com/id300159075'>Eugene</a>
</div>
</div>
<script type="text/javascript" src="points.js"></script>
<script type="text/javascript" src="game.js"></script>
</body>
</html>