-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (46 loc) · 1.55 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
48
49
<!DOCTYPE HTML>
<!--
Dimension by HTML5 UP modified by @fletchto99
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Kia Kaha</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" href="images/favicon.png">
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<div id="wrapper">
<header id="header">
<div class="content">
<div class="inner">
<h1>Kia Kaha</h1>
<p>Stay Strong</p>
</div>
</div>
<nav>
<ul>
<li><a href="https://discord.com/invite/aKFVdv6">Discord</a></li>
<li><a href="http://services.runescape.com/m=clan-home/clan/Kia%20Kaha">Runescape Forums</a></li>
<li><a href="https://www.runeclan.com/clan/Kia_Kaha">Runeclan</a></li>
</ul>
</nav>
</header>
<footer id="footer">
<p class="copyright">
© Kia Kaha. Designed by <a href="https://html5up.net">HTML5 UP</a> modified by <a href="http://github.com/fletchto99">fletchto99</a>.
</p>
</footer>
</div>
<div id="bg"></div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>