-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
47 lines (38 loc) · 1.47 KB
/
index.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
46
47
<!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>
<img src="redstoneore.png" alt="redstone ore logo">
</header>
<div class="content">
<div class="pure-g" style="text-align: center">
<div class="pure-u-1 pure-u-md-1-2">
<a href="https://github.com/redstone/"><img class="social" src="images/github.png" alt="github page" border="0"></a>
</div>
<div class="pure-u-1 pure-u-md-1-2">
<a href="https://discord.gg/p3VjnUd" target="_blank"><img class="social" src="images/discord.png" alt="join our discord" border="0"></a>
</div>
</div>
<hr>
<div class="projects">
<a href="legacyfactions.html"><img src="images/legacyfactions.png" alt="legacy factions page" border="0"></a>
</div>
</div>
</div>
</body>
</html>