-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (51 loc) · 1.85 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ficus</title>
<link href="/style.css" media="all" rel="stylesheet">
</head>
<body style="">
<div class="first-screen full-screen">
<div class="header-line">
<div class="logo"></div>
</div>
<div class="main">
<div class="caption">Ficus is on maintenance</div>
<div class="text">We're sorry, but service is on maintenance right now. We'll be right back.</div>
<div class="mail-us-lead">
<div class="mail-invitation">In case of any emergency send us a line.</div>
<a href="mailto:[email protected]" target="_blank" class="mail-us-link">[email protected]</a>
</div>
</div>
</div>
<script type="text/javascript" async="" src="https://mc.yandex.ru/metrika/watch.js"></script>
<!-- Yandex.Metrika counter-->
<script type="text/javascript">
(function(d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter32190044 = new Ya.Metrika({
id: 32190044,
clickmap: true,
trackLinks: true,
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 = "https://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="https://mc.yandex.ru/watch/32190044" style="position:absolute; left:-9999px;" alt=""></div>
</noscript>
</body>
</html>