website/index.html

53 lines
1.7 KiB
HTML
Raw Normal View History

2016-04-08 22:38:47 +00:00
---
---
2016-04-08 22:37:55 +00:00
{% capture content %}<!DOCTYPE html>
2014-10-17 19:10:25 +00:00
<html lang="en">
<head>
2015-12-11 19:54:37 +00:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2016-04-08 19:18:40 +00:00
<title>{{ site.title }}</title>
<meta name="description" content="{{ site.description }}">
2016-04-08 19:20:50 +00:00
<link rel="canonical" href="{{ site.url }}/">
2016-04-08 22:50:39 +00:00
<style type="text/css">
2016-12-22 08:50:43 +00:00
{% capture style %}
{% include fonts.css %}
{% include index.css %}
{% endcapture %}
{{ style | scssify }}
2016-04-08 22:50:39 +00:00
</style>
2016-04-08 19:54:32 +00:00
</head>
<body>
2015-12-11 20:26:33 +00:00
<div id="intro">
2015-12-12 12:14:42 +00:00
<div id="introcontainer">
2015-12-12 02:23:46 +00:00
<i></i>
<p>Flame.ga</p>
2015-12-11 20:26:33 +00:00
<h1>Free OP Server in Minecraft</h1>
2016-04-08 23:51:45 +00:00
<a href="#about" id="aboutbutton" title="About"></a>
<a href="#downloads" id="downloadsbutton" title="Downloads"></a>
2015-12-11 20:26:33 +00:00
</div>
</div>
<div id="about">
2015-12-12 12:14:42 +00:00
<div id="aboutcontainer">
2015-12-11 20:46:41 +00:00
<h2>About</h2>
2016-04-08 23:51:45 +00:00
<p>
2016-08-27 23:28:30 +00:00
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.
2016-04-08 23:51:45 +00:00
</p>
<div id="ip">
2016-04-10 13:54:25 +00:00
<span>IP</span>
2016-04-08 23:51:45 +00:00
<i>flame.ga</i>
</div>
2015-12-11 20:26:33 +00:00
</div>
</div>
2015-12-13 16:52:20 +00:00
<div id="downloads">
<div id="downloadscontainer">
<h2>Downloads</h2>
2016-04-08 23:51:45 +00:00
<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>
2015-12-13 16:52:20 +00:00
</div>
</div>
2014-10-17 19:10:25 +00:00
</body>
2016-04-08 23:04:26 +00:00
</html>{% endcapture %}{{ content | strip_newlines | replace:' ','' }}