-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
27 lines (27 loc) · 1.23 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Steve's HTML Minecraft Template</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>
<body id="panorama">
<img alt="Minecraft" id="logo" src="img/minecraft.png" />
<div id="flashingtext">Awesome!</div>
<main class="button-wrapper"> <a href="worlds">
<div class="button"><span>Singleplayer</span></div>
</a> <a href="worlds">
<div class="button"><span>Multiplayer</span></div>
</a> <a href="worlds">
<div class="button"><span>Minecraft Realms</span></div>
</a> <a href="https://steve-tech.github.io/HTML-Minecraft/docs/">
<div class="button button_small left"><span>Options...</span></div>
</a> <a href="/">
<div class="button button_small right"><span>Quit Game</span></div>
</a> </main>
<footer> <span class="left">Template made by <a class="bold" href="https://github.com/Steve-Tech">Steve</a>.</span> <span class="right">This site is not an official Minecraft product, nor is it approved by or associated with Mojang.</span> </footer>
</body>
</html>