-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 732 Bytes
/
index.html
File metadata and controls
27 lines (26 loc) · 732 Bytes
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>
<head>
<meta charset="utf-8">
<title>Minecraft Command Generator</title>
<link rel="stylesheet" type="text/css" href="css/overcast/jquery-ui-1.10.3.custom.min.css">
<script src="js/jquery-1.9.1.js"></script>
<script src="js/jquery-ui-1.10.3.custom.min.js"></script>
<script src="js/script.js"></script>
<link href="css/main.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="loadingOverlay">
<h1>Loading...</h1>
<ul id="loadprogess">
</ul>
</div>
<div class="headerbar">
<div class="navButton">Home</div>
<div class="navButton" id="openItemDialog">Items</div>
<div class="navButton">Mobs</div>
</div>
<div class="content"></div>
<div class="floatingWindows"></div>
</body>
</html>