2022-06-15 15:35:22 +03:00
<!DOCTYPE html>
2022-07-26 17:07:59 +03:00
< html lang = "en-us" dir = "ltr" xmlns = "http://www.w3.org/1999/xhtml" >
2022-06-15 15:35:22 +03:00
< head >
2022-06-16 18:26:29 +03:00
< title > Wavelovers< / title >
2022-06-15 15:35:22 +03:00
< meta charset = "UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2022-07-17 15:16:28 +03:00
< meta name = "theme-color" media = "(prefers-color-scheme: light)" content = "#EA9AB2" / >
< meta name = "theme-color" media = "(prefers-color-scheme: dark)" content = "#E27396" / >
2022-06-15 15:35:22 +03:00
< meta name = "color-scheme" content = "light dark" / >
< meta name = "robots" content = "all" / >
< meta name = "author" content = "Eugene Serb" / >
2022-06-16 18:26:29 +03:00
< meta name = "copyright" content = "Wavelovers, 2022" / >
2022-06-15 15:35:22 +03:00
< meta name = "publisher-email" content = "eugene.serb@gmail.com" / >
< meta name = "publisher-url" content = "https://eugene-serb.github.io/" / >
< meta property = "og:locale" content = "en_US" / >
< meta property = "og:type" content = "website" / >
2022-06-16 18:26:29 +03:00
< meta property = "og:site_name" content = "Wavelovers" / >
2022-06-20 16:46:50 +03:00
< meta property = "og:image" content = "https://wavelovers.ru/img/og.png" / >
< meta property = "vk:image" content = "https://wavelovers.ru/img/og.png" / >
2022-06-15 15:35:22 +03:00
< meta name = "twitter:card" content = "summary" / >
< meta name = "twitter:creator" content = "@eugene_serb" / >
2022-06-20 16:46:50 +03:00
< meta name = "twitter:image" content = "https://wavelovers.ru/img/og.png" / >
2022-06-20 17:00:38 +03:00
2022-07-22 18:03:27 +03:00
< link rel = "shortcut icon" type = "image/x-icon" href = "https://wavelovers.ru/img/favicon.ico" / >
< link rel = "apple-touch-icon" sizes = "180x180" href = "https://wavelovers.ru/img/apple-touch-icon.png" / >
< link rel = "icon" type = "image/png" sizes = "32x32" href = "https://wavelovers.ru/img/favicon-32x32.png" / >
< link rel = "icon" type = "image/png" sizes = "16x16" href = "https://wavelovers.ru/img/favicon-16x16.png" / >
< link rel = "manifest" href = "https://wavelovers.ru/site.webmanifest" / >
2022-07-22 19:53:22 +03:00
< link rel = "stylesheet" type = "text/css" href = "/css/styles.css" / >
2022-07-22 18:34:20 +03:00
2022-06-20 17:07:06 +03:00
<!-- Global site tag (gtag.js) - Google Analytics -->
< script async src = "https://www.googletagmanager.com/gtag/js?id=G-59FM5E4MVD" > < / script >
< script >
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-59FM5E4MVD');
< / script >
<!-- Global site tag (gtag.js) - Google Analytics -->
2022-06-20 17:00:38 +03:00
<!-- 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");
ym(89252711, "init", {
clickmap: true,
trackLinks: true,
accurateTrackBounce: true,
webvisor: true
});
< / script >
<!-- /Yandex.Metrika counter -->
2022-07-26 17:07:59 +03:00
< style >
[v-cloak] {
display: none;
}
< / style >
2022-06-15 15:35:22 +03:00
< / head >
2022-07-25 11:15:14 +03:00
< body >
< header class = "header" >
< div class = "header-wrapper container" >
< div class = "logo-wrapper" >
< span class = "logo-wrapper__logo" translate = "no" > Wavelovers< / span >
< / div >
< nav class = "menu-wrapper" >
< ul class = "navigation" >
< li class = "navigation__item" >
< a href = "/" target = "_self" class = "navigation__link" > Home< / a >
< / li >
< li class = "navigation__item" >
2022-08-12 14:37:35 +03:00
< a href = "/?faq" target = "_self" class = "navigation__link" > FAQ< / a >
2022-07-25 11:15:14 +03:00
< / li >
< li class = "navigation__item" >
2022-08-12 14:37:35 +03:00
< a href = "/?about" target = "_self" class = "navigation__link" > About< / a >
2022-07-25 11:15:14 +03:00
< / li >
< li class = "navigation__item" >
2022-08-12 14:37:35 +03:00
< a href = "/?donate" target = "_self" class = "navigation__link" > Donate< / a >
2022-07-25 11:15:14 +03:00
< / li >
< / ul >
< / nav >
< / div >
< / header >
2022-08-12 14:37:35 +03:00
< main id = "app" v-cloak class = "page container" > < / main >
2022-07-25 11:15:14 +03:00
< footer class = "footer" >
< div class = "footer-wrapper container" >
< div class = "annotation" >
< span class = "annotation__text" > © 2022 Wavelovers. Content licensed under < / span > < a href = "https://wavelovers.ru/LICENSE.md" target = "_blank" > GNU General Public License v3.0< / a > < br >
< span class = "annotation__text" > This site is open source. < / span > < a href = "https://github.com/eugene-serb/wavelovers/" target = "_blank" > Improve this page.< / a >
< / div >
< div class = "annotation created-by" >
< span class = "annotation__text" > Created by< / span > < a href = "https://eugene-serb.github.io/" target = "_blank" translate = "no" > Eugene Serb< / a >
< / div >
< / div >
< / footer >
2022-07-22 18:03:27 +03:00
< noscript > You need to enable JavaScript to run this app.< / noscript >
2022-06-20 17:00:38 +03:00
< noscript > < div > < img src = "https://mc.yandex.ru/watch/89252711" style = "position:absolute; left:-9999px;" alt = "" / > < / div > < / noscript >
2022-06-15 15:35:22 +03:00
< / body >
< / html >
2022-07-24 17:30:59 +03:00