-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (23 loc) · 1.34 KB
/
index.html
File metadata and controls
25 lines (23 loc) · 1.34 KB
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
<!DOCTYPE html>
<html>
<head>
<link href="style/menu.css" rel="stylesheet" type="text/css">
<link href="style/main.css" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" href="resource_packs/default/icon.png">
</head>
<body class="main-menu" style="background-image: url('resource_packs/default/textures/gui/main-background.png'); background-repeat: no-repeat; background-size: 110%">
<div class="center">
<div class="center" style="width: 600px;">
<center><img src="resource_packs/default/textures/gui/logo.png"/></center>
</div>
<center><a href="singleplayer.html" class="btn" style="width: 180px; margin-top: 80px">Singleplayer</a></center>
<center><a href="menus/server-list.html" class="btn" style="width: 180px; margin-top: 2px">Multiplayer</a></center>
</div>
<div class="center" style="width: 17.60%; margin-top: -18px; background: ">
<center><a href="#" class="btn" style="width: 66px; float: left; padding: -10px - 10px">Options</a></center>
<center><a href="#" class="btn" style="width: 66px; float: right;">Skin</a></center>
</div>
<p style="color: #fff; margin-left: 10px; position: fixed; bottom: 0;">Webcraft indev v1.0</p>
<p style="color: #fff; margin-right: 10px; position: fixed; bottom: 0; float: right; right: 0">Copyright (c) 2011 Alexander Overvoorde</p>
</body>
</html>