mootfrost-dev/static/templates/index.html

49 lines
2.1 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>
<head>
<meta charset="utf-8">
<meta lang="ru">
<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="index">
<div 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"><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"><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"><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.5</p>
</footer>
</div>
<script src="/static/resources/scripts/plugins/particles/particles.min.js"></script>
<script src="/static/resources/scripts/script.js"></script>
</body>
</html>