Files
status/index.html

34 lines
1.6 KiB
HTML
Raw Permalink 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="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Статус</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body>
<div class="main">
<a class="big" onClick="send()">Обновить Толин эмодзи статус!</a>
<div class="links-container">
<p>Другие мои сайты:</p>
<div class="links">
<a href="https://anatolykopyl.ru">Обо мне</a>
<a href="https://atolchek.anatolykopyl.ru">Булочная</a>
<a href="https://groupanal.ru">Анализ Групп</a>
<a href="https://studybuddy.top">Варианты</a>
</div>
</div>
</div>
<a id="hint-link" onClick="showHint()">Что это?</a>
<div id="hint-div">
При каждом нажатии на большую кнопку мне дается новый случайно выбранный эмодзи статус.
Открой <a href="https://vk.com/akopyl" target="_blank">vk.com/akopyl</a>, нажми на кнопку на этом сайте и обнови мою страницу!
</div>
<script src="https://cdn.jsdelivr.net/npm/canvas-confetti@1.3.3/dist/confetti.browser.min.js"></script>
<script src="main.js"></script>
</body>
</html>