-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (51 loc) · 1.46 KB
/
index.html
File metadata and controls
55 lines (51 loc) · 1.46 KB
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
<!DOCTYPE HTML>
<html lang="ru-RU">
<head>
<meta charset="UTF-8">
<title>Mechanica.io</title>
<style type="text/css">
html,body {
height:100%
}
body {
background-color:black;
background-image: url('./bg.png');
color:white;
font-family:"Helvetica Neue",Arial,sans-serif;
margin:0;
padding:0;
}
section {
display: table;
height: 100%;
left: 0px;
position: absolute;
top: 0px;
width: 100%;
}
article {
text-align: center;
display: table-cell;
vertical-align: middle;
}
</style>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-8362953-3']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript" src="http://yandex.st/jquery/1.7.1/jquery.js"></script>
<script type="text/javascript" src="http://underscorejs.org/underscore.js"></script>
<script type="text/javascript" src="http://backbonejs.org/backbone.js"></script>
</head>
<body>
<section>
<article><img src="web_embosed.png" width="158" height="158" alt="Mechanica" title="Mechanica"></article>
</section>
</body>
</html>