-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
50 lines (45 loc) · 1.49 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
40
41
42
43
44
45
46
47
48
49
50
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Randomness</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="header">
<a href="index.html" class="top">Home</a>
<a href="gallery/clients.html" class="top">Clients</a>
<a href="gallery/normal.html" class="top">Normal</a>
<a href="gallery/hacked.html" class="top">Hacked</a>
<a href="gallery/mobile.html" class="top">Mobile</a>
</div>
<div class="headText">
<h1>Minecraft</h1>
<p>A description for the website</p>
</div>
<div class="centerContent">
<div class="blank">
</div>
<h1>Eaglercraft</h1>
<br>
<center>
<a href="https://example.com"><img src="image.png" alt="example" class="mainImg"></a>
<a href="https://example.com"><img src="image.png" alt="example" class="mainImg"></a>
<a href="https://example.com"><img src="image.png" alt="example" class="mainImg"></a>
<a href="https://example.com"><img src="image.png" alt="example" class="mainImg"></a>
</center>
<br>
<br>
<br>
<br>
<h1>Tools</h1>
<br>
<center>
<a href="https://example.com"><img src="image.png" alt="example" class="mainImg"></a>
<a href="https://example.com"><img src="image.png" alt="example" class="mainImg"></a>
<a href="https://example.com"><img src="image.png" alt="example" class="mainImg"></a>
<a href="https://example.com"><img src="image.png" alt="example" class="mainImg"></a>
</center>
</div>
</body>
</html>