website/index.html

34 lines
2 KiB
HTML
Raw Normal View History

2014-10-17 15:10:25 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2014-11-13 11:24:26 -05:00
<meta name="description" content="Minecraft.ga tries to simulate 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.">
2014-11-12 13:30:32 -05:00
<title>Minecraft.ga - An OP Minecraft Server</title>
2014-10-17 15:24:28 -04:00
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet" type="text/css">
2014-10-17 15:10:25 -04:00
<link href="css/minecraft.css" rel="stylesheet">
</head>
2014-11-11 15:10:20 -05:00
<body>
2014-11-11 15:06:05 -05:00
<section class="intro">
2014-10-17 15:10:25 -04:00
<div class="intro-body">
2014-11-11 15:13:18 -05:00
<h1 class="brand-heading">Minecraft.ga</h1>
<p class="intro-text">An OP Minecraft Server</p>
<div class="page-scroll">
<a href="#about" class="btn btn-circle">
<i class="fa fa-angle-double-down"></i>
</a>
</div>
2014-10-17 15:10:25 -04:00
</div>
</section>
2014-11-11 15:10:20 -05:00
<section id="about" class="about-section">
2014-10-17 15:10:25 -04:00
<div class="about-body">
<h2>About minecraft.ga</h2>
2014-11-12 13:25:32 -05:00
<p>Build, destroy, act like an admin or simply go crazy. Minecraft.ga tries to simulate 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>
2014-11-11 15:07:52 -05:00
<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.
2014-10-17 20:03:26 -04:00
</p>
2014-11-11 15:23:26 -05:00
<div id="ip"><div id="ipbox">IP</div><input type="text" value="minecraft.ga" onfocus="this.select();" onmouseup="return false;" size="10"></div>
2014-10-17 15:10:25 -04:00
</div>
</section>
2014-11-14 14:48:17 -05:00
<script src="js/scroll.js"></script>
2014-10-17 15:10:25 -04:00
</body>
2014-11-11 13:22:38 -05:00
</html>