mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-01 19:46:56 -05:00
Initial Commit
This commit is contained in:
parent
9347148f1b
commit
8759554b9e
1 changed files with 1 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
||||||
<link href="css/minecraft.css" rel="stylesheet">
|
<link href="css/minecraft.css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
|
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
|
||||||
<section class="intro container content-section">
|
<section class="intro">
|
||||||
<div class="intro-body">
|
<div class="intro-body">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="brand-heading">Minecraft.ga</h1>
|
<h1 class="brand-heading">Minecraft.ga</h1>
|
||||||
|
@ -24,16 +24,12 @@
|
||||||
</section>
|
</section>
|
||||||
<section id="about" class="container content-section about-section">
|
<section id="about" class="container content-section about-section">
|
||||||
<div class="about-body">
|
<div class="about-body">
|
||||||
<div class="row">
|
|
||||||
<div class="col-lg-8 col-lg-offset-2">
|
|
||||||
<h2>About minecraft.ga</h2>
|
<h2>About minecraft.ga</h2>
|
||||||
<p>Build, destroy, act like an admin or simply go crazy. Minecraft.ga gives you an opportunity to feel the experience of being an admin or moderator on a server. With access to operator (OP) commands and features used by server staff, you can do heaps of stuff. We have to block a few commands, such as /ban, /kick, /stop etc, to prevent people from abusing too much.</p>
|
<p>Build, destroy, act like an admin or simply go crazy. Minecraft.ga gives you an opportunity to feel the experience of being an admin or moderator on a server. With access to operator (OP) commands and features used by server staff, you can do heaps of stuff. We have to block a few commands, such as /ban, /kick, /stop etc, to prevent people from abusing too much.</p>
|
||||||
<p>
|
<p>
|
||||||
The world on Minecraft.ga resets automatically once every week, simply to provide you a fresh and lag-free experience. You can save your buildings and continue working on them after the world has reset; more info concerning this will be given once you join the server.
|
The world on Minecraft.ga resets automatically once every week, simply to provide you a fresh and lag-free experience. You can save your buildings and continue working on them after the world has reset; more info concerning this will be given once you join the server.
|
||||||
</p>
|
</p>
|
||||||
<div id="ipbox">IP</div><input type="text" value="minecraft.ga" onfocus="this.select();" onmouseup="return false;" size="10">
|
<div id="ipbox">IP</div><input type="text" value="minecraft.ga" onfocus="this.select();" onmouseup="return false;" size="10">
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
|
||||||
|
|
Loading…
Reference in a new issue