-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (49 loc) · 1.9 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
51
52
53
54
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Sector V.8.0.0</title>
<link rel="icon" type="image/x-icon" href="favicon.png">
<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>
<a href="gallery/other.html" class="top">Other</a>
</div>
<div class="headText">
<h1>Eaglercraft</h1>
<p>This site is used for Minecraft Gamers that wish to play for free.</p>
<p>You can play on your computer or ur phone/ipad. This site has every known client at the moment.
Game on!</p>
</div>
<div class="centerContent">
<div class="blank">
</div>
<h1>Eaglercraft Options:</h1>
<br>
<center>
<a href="gallery/clients.html"><img src="gallery/Clients.png" alt="Clients" class="mainImg"></a>
<a href="gallery/hacked.html"><img src="gallery/hackedclients.png" alt="Hacked" class="mainImg"></a>
<a href="gallery/mobile.html"><img src="gallery/mobileaglercraft.png" alt="Mobile" class="mainImg"></a>
<a href="gallery/normal.html"><img src="gallery/eaglercraftnormal.png" alt="normal" class="mainImg"></a>
<a href="gallery/other.html"><img src="gallery/other.png" alt="other" class="mainImg"></a>
</center>
<br>
<br>
<br>
<br>
<h1>Tools:</h1>
<br>
<center>
<a href="tools/youtube.html"><img src="tools/youtube.png" class="items" alt="tool" draggable="false"></a>
<a href="tools/requestgame.html"><img src="tools/add.png" class="items" alt="tool" draggable="false"></a>
<a href="tools/Servers.html"><img src="tools/Servers.png" class="items" alt="tool" draggable="false"></a>
</center>
</div>
</body>
</html>