Files
status/index.html
2020-09-01 16:06:47 +03:00

30 lines
1.4 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="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>
<a class="big" href="http://status.anatolykopyl.ru:5001/update">Обновить Толин эмодзи статус!</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>
</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="main.js"></script>
</body>
</html>