forked from BlazingGames/blazing-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.43 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
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>BlazingSite</title>
<link rel="icon" type="image/png" href="resources/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="indexstyle.css" />
<script src="script.js"></script>
</head>
<body class="homepage">
<div id="siteheader">BlazingSite</div>
<div id="content">
<div id="sectionbuttons">
<div id="enchantments" class="sectionbutton">
<div class="title">Enchantments</div>
<img class="desc" src="resources/enchant.png"
alt="An enchanting table with a diamond axe, experience bottle and lapis lazuli on top." />
</div>
<div id="computercraft" class="sectionbutton">
<div class="title">ComputerCraft</div>
<img class="desc" src="resources/computer.png"
alt="A computer from the BlazingStuff plugin." />
</div>
<div id="apotheosis" class="sectionbutton">
<div class="title">Apotheosis</div>
<img class="desc" src="resources/spawner.png"
alt="A monster spawner with flame particles around it." />
</div>
<div id="custom_mechanics" class="sectionbutton">
<div class="title">Custom Mechanics</div>
<img class="desc villagerdesc" src="resources/slavery.png"
alt="A villager tied to a fence post with a lead." />
</div>
</div>
</div>
</body>
</html>