-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·52 lines (47 loc) · 1.88 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
50
51
52
<!DOCTYPE HTML>
<!--
Eventually by Pixelarity
pixelarity.com | [email protected]
License: pixelarity.com/license
-->
<html>
<head>
<title>Kubecord</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta property="og:title" content="Kubecord">
<meta property="og:site_name" content="Kubecord.dev">
<meta property="og:url" content="https://kubecord.dev">
<meta property="og:description" content="Kubecord is a next generation Discord bot framework designed with scalability and performance in mind.">
<meta property="og:type" content="website">
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<h1>Kubecord</h1>
<p>Kubecord is a next generation Discord bot framework<br>designed with scalability and performance in mind.</p>
</header>
<!-- Signup Form -->
<!--
<form id="signup-form" method="post" action="#">
<input type="email" name="email" id="email" placeholder="Email Address" />
<input type="submit" value="Sign Up" />
</form>
-->
<p><button type="button" onclick="window.location.href='https://github.com/kubecord/Kubecord'">Learn More</button></p>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://github.com/kubecord" class="fab fa-github"></a></li>
<li><a href="https://discord.gg/4Ea9M2h" class="fab fa-discord"></a></li>
</ul>
<ul class="copyright">
<li>© 2019 Kubecord.</li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/main.js"></script>
</body>
</html>