-
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) · 981 Bytes
/
index.html
File metadata and controls
27 lines (26 loc) · 981 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 lang=en>
<head>
<meta charset="utf-8">
<title>Official Spawner Blocks Mod Website</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<div onload="onStart()" class="imagediv"></div>
<div class="maindiv" >
<div class="topdiv" >
<h1 class="htitle" >Spawner Blocks</h1>
<div class="buttondiv" >
<button onclick="onReleasesbtnClick()" class="releasebtn" type="button" >Releases</button>
<button onclick="location.href='https://github.com/invalid2/SpawnerBlocksMod';" class="repositorybtn" type="button" >Repository</button>
<button onclick="location.href='wiki/index.php'" class="wikibtn" type="button" >Wiki</button>
<button onclick="onMorebtnClick()" class="morebtn" type="button">More</button>
</div>
</div>
<div class="downdiv">
<iframe src="releasesframe.html"class="mainframe"></iframe>
</div>
</div>
</body>
</html>