This repository has been archived by the owner on May 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (67 loc) · 2.93 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
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="GM+ Network | A Minecraft: PE Server for v1.9.0, featuring Plots and Spleef.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GM+ Network</title>
<link rel="icon" href="favicon.ico">
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="css/animate.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
<div id="preloader">
<div id="load">
</div>
</div>
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header page-scroll">
<a class="navbar-brand" href="#">
<h1>GM+ NETWORK</h1>
</a>
</div>
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<li><a href="https://gmplus.buycraft.net/">Webstore</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Voting Sites<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://minecraftpocket-servers.com/server/27727/vote/">minecraftpocket-servers.com</a></li>
<li><a href="http://minecraftpeservers.org/vote/3047/">minecraftpeservers.org</a></li>
<li><a href="https://minecraftlist.org/pe-vote/1339/">minecraftlist.org</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Social Media<b class="caret"></b></a>
<ul class="dropdown-menu">
<!--
<li><a href="https://www.facebook.com/gmplusnetwork/">Facebook</a></li>
<li><a href="https://twitter.com/gmplusnetwork">Twitter</a></li>
<li><a href="https://www.instagram.com/gmplusnetwork/">Instagram</a></li>
-->
<li><a href="https://telegram.me/gmplusnetwork">Telegram Group</a></li>
<li><a href="https://discordapp.com/invite/3fh8jw9">Discord Channel</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section id="intro" class="intro">
<div class="slogan">
<h2>GM+ <span class="text_color">NETWORK</span></h2>
<h4>A Minecraft: PE Server for v1.9.0</h4>
</div>
<div class="copyright">
<p>©2019 GM+ Network. All rights reserved.</p>
</div>
</section>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>