mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Initial Commit
This commit is contained in:
parent
db45736d4f
commit
8a959331df
2 changed files with 7 additions and 12 deletions
|
@ -45,7 +45,7 @@ h6 {
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0 0 25px;
|
margin: 0 0 25px;
|
||||||
font-size: 14px;
|
font-size: 18px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -286,4 +286,9 @@ input[type="text"]:focus {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
color: #000;
|
color: #000;
|
||||||
background-color: #488c1d;
|
background-color: #488c1d;
|
||||||
|
}
|
||||||
|
#ipbox {
|
||||||
|
border: 1px solid #488c1d;
|
||||||
|
color: #000;
|
||||||
|
background-color: #488c1d;
|
||||||
}
|
}
|
12
index.html
12
index.html
|
@ -33,21 +33,11 @@
|
||||||
<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>
|
||||||
<input type="text" value="minecraft.ga" size="20">
|
<div id="ipbox">IP</div><input type="text" value="minecraft.ga" size="20">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section id="ip" class="text-center">
|
|
||||||
<div class="ip-section">
|
|
||||||
<div class="container">
|
|
||||||
<div class="col-lg-8 col-lg-offset-2">
|
|
||||||
<h2>Server IP</h2>
|
|
||||||
<p>Join the server at: minecraft.ga</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</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>
|
||||||
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
|
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
|
||||||
|
|
Loading…
Reference in a new issue