-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (57 loc) · 2.14 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
55
56
57
58
59
<html>
<head>
<title>MC-PE</title>
</head>
<body>
<div class="wrapper">
<a class="menu-btn"></a>
<header>
<h1>Page List</h1>
</header>
<div class="pages">
<div class="page">
<header>
<h1>Our History</h1>
</header>
<!-- WRITE EVERYTHING HERE -->
The MC-PE.ga website has been made first by the <a href="http://boxofdevs.com">BoxOfDevs team</a>. It became independant from the BoxOfDevs team in August 2016.<br> MC-PE gives out free online/local tools mostly releated to <a href="https://minecraft.net">Minecraft</a>. We first, transfered most of the work by the BoxOfDevs team to still allow them to bd used free, and then started to make new tools. Almost all the releated plugins to mc-pe.ga are now working. We now allow to use online most of the plugins. Enjoy !
</div>
<div class="page">
<header>
<h1>Staff</h1>
</header>
<!-- WRITE EVERYTHING HERE -->
</div>
<div class="page">
<header>
<h1>News</h1>
</header>
<!-- WRITE EVERYTHING HERE -->
</div>
<div class="page">
<header>
<h1>Our Projects</h1>
</header>
<!-- WRITE EVERYTHING HERE -->
</div>
<div class="page">
<header>
<h1>Welcome</h1>
</header>
<!-- WRITE EVERYTHING HERE -->
Hello everybody! Welcome to the website for MC-PE.ga! This website has recently been redesigned,
as the previous website did not meet our quality standards.
<br> Here at MC-PE.ga, we set high goals, in order to satisfy our users completely.
In addition, everything that this organization creates is absolutely free!
<br> That means that you can use any of our plugins or tools, FREE OF CHARGE!
<br> Our plugins are fully compatible with PocketMine, ImagicalMine, ClearSky, and SteadFast2.
Unfortunately, some of our plugins may not be compatible with Genisys.
<br> We are counting on YOU to test our plugins, and give us feedback on whether they work with Genisys or not.
<br> We hope you find everything that we make very useful!
</div>
</div>
</div>
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="js/main.js"></script>
</body>
</html>