mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
52 lines
1.7 KiB
HTML
52 lines
1.7 KiB
HTML
---
|
|
---
|
|
{% capture content %}<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>{{ site.title }}</title>
|
|
<meta name="description" content="{{ site.description }}">
|
|
<link rel="canonical" href="{{ site.url }}/">
|
|
<style type="text/css">
|
|
{% capture style %}
|
|
{% include fonts.css %}
|
|
{% include index.css %}
|
|
{% endcapture %}
|
|
{{ style | scssify }}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="intro">
|
|
<div id="introcontainer">
|
|
<i></i>
|
|
<p>Flame.ga</p>
|
|
<h1>Free OP Server in Minecraft</h1>
|
|
<a href="#about" id="aboutbutton" title="About"></a>
|
|
<a href="#downloads" id="downloadsbutton" title="Downloads"></a>
|
|
</div>
|
|
</div>
|
|
<div id="about">
|
|
<div id="aboutcontainer">
|
|
<h2>About</h2>
|
|
<p>
|
|
Flame.ga provides you a unique experience in Minecraft. On this multiplayer server, you are allowed to do whatever you want. You get access to a large amount of free OP (operator) commands to use whenever you like, as well as a few server plugins, such as WorldEdit and DisguiseCraft. To make your experience fresh and lag-free, the server will reset once every day.
|
|
</p>
|
|
<div id="ip">
|
|
<span>IP</span>
|
|
<i>flame.ga</i>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="downloads">
|
|
<div id="downloadscontainer">
|
|
<h2>Downloads</h2>
|
|
<p>
|
|
Feel free to download a copy of the server's schematics and worlds. Updates every five minutes.
|
|
</p>
|
|
<a href="https://github.com/flameserver/downloads/archive/schematics.zip">Schematics</a>
|
|
<a href="https://github.com/flameserver/downloads/archive/worlds.zip">Worlds</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>{% endcapture %}{{ content | strip_newlines | replace:' ','' }}
|