-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b9d2cf
commit 6c39854
Showing
1 changed file
with
33 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<!-- <meta name="viewport" content="width=device-width,initial-scale=1.0">--> | ||
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap" rel="stylesheet"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/img/icons/apple-touch-icon.png?v=123"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/img/icons/favicon-32x32.png?v=123"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/img/icons/favicon-16x16.png?v=123"> | ||
<link rel="manifest" href="/site.webmanifest?v=123"> | ||
<link rel="shortcut icon" href="/favicon.ico?v=123"> | ||
<meta name="msapplication-TileColor" content="#242732"> | ||
<meta name="msapplication-config" content="/browserconfig.xml?v=123"> | ||
<meta name="theme-color" content="#242732"> | ||
<title>Hawk.so</title> | ||
</head> | ||
<body> | ||
<noscript> | ||
<strong>We're sorry but Hawk doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> | ||
</noscript> | ||
<div id="app"></div> | ||
<!-- built files will be auto injected --> | ||
<html lang="en" style="height: 100%;"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Улучшаем Хоука</title> | ||
</head> | ||
|
||
<body style="height: 100%; margin: 0; background: #161617; color: #fff;"> | ||
<div style="font-family: Roboto, system-ui; display: flex; min-height: 100%;"> | ||
<div style="margin: auto; display: flex; align-items: center; padding: 20px;"> | ||
<div | ||
style="font-size: 24px; font-weight: bold; padding-right: 16px; margin-right: 16px; border-right: 2px solid #fff"> | ||
( ͡~ ͜ʖ ͡° )</div> | ||
<div>Проводим работы по улучшению Хоука</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Yandex.Metrika counter --> | ||
<script type="text/javascript" > | ||
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; | ||
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) | ||
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); | ||
<script type="text/javascript"> | ||
(function (m, e, t, r, i, k, a) { | ||
m[i] = m[i] || function () { (m[i].a = m[i].a || []).push(arguments) }; | ||
m[i].l = 1 * new Date(); k = e.createElement(t), a = e.getElementsByTagName(t)[0], k.async = 1, k.src = r, a.parentNode.insertBefore(k, a) | ||
}) | ||
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); | ||
|
||
ym(87603650, "init", { | ||
clickmap:true, | ||
trackLinks:true, | ||
accurateTrackBounce:true | ||
}); | ||
ym(87603650, "init", { | ||
clickmap: true, | ||
trackLinks: true, | ||
accurateTrackBounce: true | ||
}); | ||
</script> | ||
<noscript><div><img src="https://mc.yandex.ru/watch/87603650" style="position:absolute; left:-9999px;" alt="" /></div></noscript> | ||
<noscript> | ||
<div><img src="https://mc.yandex.ru/watch/87603650" style="position:absolute; left:-9999px;" alt="" /></div> | ||
</noscript> | ||
<!-- /Yandex.Metrika counter --> | ||
</body> | ||
</body> | ||
|
||
</html> |