Rebuilding
This commit is contained in:
1
fonts/COPYRIGHT.txt
Normal file
1
fonts/COPYRIGHT.txt
Normal file
@@ -0,0 +1 @@
|
||||
Copyright Andrew Tyler 2014
|
||||
BIN
fonts/Minecraftia-Regular.ttf
Executable file
BIN
fonts/Minecraftia-Regular.ttf
Executable file
Binary file not shown.
7
fonts/readme.txt
Executable file
7
fonts/readme.txt
Executable file
@@ -0,0 +1,7 @@
|
||||
The font file in this archive was created by Andrew Tyler www.AndrewTyler.net and font@andrewtyler.net
|
||||
|
||||
Use at 12 or 24 px size with anti-alising off for best results.
|
||||
|
||||
|
||||
|
||||
|
||||
25
index.html
25
index.html
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>FumoCraft</title>
|
||||
@@ -9,33 +9,36 @@
|
||||
<body translate="no">
|
||||
<div id="header">
|
||||
<div class="logo1">
|
||||
<img src="p/logo1.png" width="702" height="84" />
|
||||
<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">Singleplayer</div>
|
||||
<div class="title">Новости</div>
|
||||
</div>
|
||||
<div class="mc-button full">
|
||||
<div class="title">Multiplayer</div>
|
||||
<div class="title">WIKI</div>
|
||||
</div>
|
||||
<div class="mc-button full">
|
||||
<div class="title">Minecraft Realms</div>
|
||||
<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">Options</div>
|
||||
<div class="title" onclick="window.open('https://minecraftrating.ru/server/fumocraft/'); return false;">Мониторинг</div>
|
||||
</div>
|
||||
<div class="mc-button full">
|
||||
<div class="title">Quit Game</div>
|
||||
<div class="title">О сервере</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mc-button full lang">
|
||||
<a href="https://craft.cirnovarenie.com/map/">
|
||||
<div class="title"><img src="p/lang.png" alt=" Lang"></div>
|
||||
<!-- <div class="title"><img src="https://i.ibb.co/99187Lk/lang.png" alt=" Lang"></div> -->
|
||||
</a>
|
||||
<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>
|
||||
Reference in New Issue
Block a user