Added files

This commit is contained in:
santic-zombie
2024-03-06 20:03:59 +03:00
parent 3de20e82d4
commit 9590ed4e1c
6 changed files with 166 additions and 0 deletions

41
index.html Normal file
View File

@@ -0,0 +1,41 @@
<!DOCTYPE html>
<html>
<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" />
</div>
</div>
<!--//- Menu-->
<div class="mc-menu">
<div class="mc-button full">
<div class="title">Singleplayer</div>
</div>
<div class="mc-button full">
<div class="title">Multiplayer</div>
</div>
<div class="mc-button full">
<div class="title">Minecraft Realms</div>
</div>
<div class="double">
<div class="mc-button full">
<div class="title">Options</div>
</div>
<div class="mc-button full">
<div class="title">Quit Game</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>
</div>
</body>

BIN
p/background.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

BIN
p/lang.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

BIN
p/logo1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

BIN
p/mc-button.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

125
style.css Normal file

File diff suppressed because one or more lines are too long