mootfrost-dev/static/templates/index.html

62 lines
2.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="ru">
<!-- 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(89899712, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/89899712" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="/static/resources/styles/index.style.css"/>
<link rel="icon" type="image/x-icon" href="/static/resources/images/favicon.png">
<title>Mootfrost</title>
<meta name="description" content="Mootfrost">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body ondragstart="return false;" ondrop="return false;" class="no-scrolling" id="particles-js">
<div class="title-menu center">
<div class="title-div horizontal-container title-container">
<h1 class="title">mootfrost</h1>
</div>
<div class="contents-div">
<div class="horizontal-container socials-container">
<div class="button-div circle-button-div alt="><a class="button-image-link" href="https://github.com/Mootfrost777" target="_blank"><img class="button-image" src="/static/resources/images/github.svg" alt="GitHub"></a></div>
<div class="button-div circle-button-div"><a class="button-image-link" href="https://git.mootfrost.ru" target="_blank"><img class="button-image" src="/static/resources/images/gitea.svg" alt="Gitea"></a></div>
<div class="button-div circle-button-div"><a class="button-image-link" href="https://t.me/mootfrost" target="_blank"><img class="button-image" src="/static/resources/images/telegram.svg" alt="Telegram"></a></div>
</div>
<div class="centered-container links-container">
<div class="vertical-container">
<a href="https://mootfrost.ru/about"><div class="button-div">Обо мне</div></a>
<a href="https://mootfrost.ru/projects"><div class="button-div">Проекты</div></a>
</div>
</div>
</div>
</div>
<footer>
<p class="footer-text">v0.6</p>
</footer>
<script src="/static/resources/scripts/plugins/particles/particles.min.js"></script>
<script src="/static/resources/scripts/script.js"></script>
</body>
</html>