-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (28 loc) · 1.14 KB
/
index.html
File metadata and controls
35 lines (28 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
layout: default
title: Charged Miners
---
<h1><a href="/">Charged Miners</a></h1>
<p>is a client for Minecraft Classic, it features: smooth graphics; realistic
shadows; a in-game server list; automatic updating via a launcher; support for
both modern and classic terrain textures. It is still does not have all the
features of the old client but is fully usable.</p>
<p>You can find help <a title='help' href="/help.html">here</a>.</p>
<hr>
<a href="http://imgur.com/a/YtHmf"><img src="http://i.imgur.com/yufVN.png" alt="I'm not as witty as xkcd." /></a>
Texture Pack is <a href="http://www.minecraftforum.net/topic/966588-125-repeticraft-deluxe-v121/">Repeticraft</a>
<p/>
<hr>
<h3><a href="{{ site.tags.main.first.url }}">{{ site.tags.main.first.title }}</a></h3>
{{ site.tags.main.first.content }}
<hr>
<h3><a href="/changelog.html">Charged Miners Changelog</a></h3>
{% for post in site.tags.changelog %}
{{ post.date | date_to_string }} - <a href="{{ post.url }}">{{ post.title }}</a></h3><br/>
{% endfor %}
<p/>
{% for post in site.tags.main offset:1 %}
<hr>
<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
{{ post.content }}
{% endfor %}