-
Notifications
You must be signed in to change notification settings - Fork 1
/
legacyfactions.html
45 lines (35 loc) · 1.81 KB
/
legacyfactions.html
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
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Redstone Ore</title>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous">
<!--[if lte IE 8]>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/grids-responsive-old-ie-min.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/grids-responsive-min.css">
<!--<![endif]-->
<link rel="stylesheet" href="style.css?v:1">
</head>
<body>
<div class="main-container">
<header>
<a href="index.html"><img src="redstoneore.png" alt="redstone ore logo"></a>
</header>
<div class="content">
<div class="projects">
<a href="legacyfactions/"><img src="images/legacyfactions.png" alt="legacy factions page" border="0"></a>
<div>
<a class="pure-button" href="legacyfactions/javadoc/">JavaDoc</a> <a class="pure-button" href="https://github.com/redstone/LegacyFactions">GitHub</a> <a class="pure-button" href="https://github.com/redstone/LegacyFactions/wiki">Wiki</a>
</div>
<p>LegacyFactions is a high-performance maintained version of Factions 1.6. It also includes some additional features, but these are all optional!</p>
<p><b>Looking for support?</b> Take a look at <a href="https://github.com/redstone/LegacyFactions/wiki">the wiki</a>, or try asking on <a href="https://discord.gg/p3VjnUd" target="_blank">our discord</a>.</p>
<p><b>Found a bug?</b> Post it on our <a href="https://github.com/redstone/LegacyFactions/issues">GitHub issues</a>.</p>
</div>
</div>
</div>
</body>
</html>