Files
craft/index.html
santic-zombie 496c3a8083 Rebuilding
2024-03-17 20:05:05 +03:00

44 lines
1.2 KiB
HTML
Executable File
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="ru">
<head>
<meta charset="utf-8">
<title>FumoCraft</title>
<link rel="stylesheet" href="style.css">
</head>
<body translate="no">
<div id="header">
<div class="logo1">
<img src="p/logo1.png" width="702" height="84" alt="FumoCraft">
</div>
</div>
<!--//- Menu-->
<div class="mc-menu">
<div class="mc-button full">
<div class="title">Новости</div>
</div>
<div class="mc-button full">
<div class="title">WIKI</div>
</div>
<div class="mc-button full">
<div class="title" onclick="window.open('http://discord.gg/z2TC5TE'); return false;">Discord сервер</div>
</div>
<div class="double">
<div class="mc-button full">
<div class="title" onclick="window.open('https://minecraftrating.ru/server/fumocraft/'); return false;">Мониторинг</div>
</div>
<div class="mc-button full">
<div class="title">О сервере</div>
</div>
</div>
<div class="mc-button full lang">
<div class="title" onclick="window.open('https://craft.cirnovarenie.com/map/'); return false;"><img src="p/lang.png" alt=" Lang"></div>
</div>
</div>
</body>
<footer>
<p>© 2024 Cirno</p>
</footer>
</html>