-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommands.html
71 lines (62 loc) · 2.85 KB
/
commands.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Chii, SoulWorker, Aruel, discord, bot">
<meta name="description" content="Chii is a Discord bot made by Mnemos-Parasynthima, its goal is wacky things for a Discord server. This bot has been named after Chii Aruel from SoulWorker.">
<title>Chii Aruel</title>
<link rel="shortcut icon" type="image/x-icon" href="assets/icons/chii.ico">
<!-- Begin Jekyll SEO tag v2.7.1 -->
<title>Chii | The best SoulWorker.</title>
<meta property="og:title" content="Chii" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="The best SoulWorker" />
<meta property="og:description" content="The best SoulWorker" />
<link rel="canonical" href="https://mnemos-parasynthima.github.io/Chii/" />
<meta property="og:url" content="https://mnemos-parasynthima.github.io/Chii/" />
<meta property="og:site_name" content="Chii" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Chii" />
<script type="application/ld+json">
{"@type":"WebSite","name":"Chii","headline":"Chii","url":"https://mnemos-parasynthima.github.io/Chii/","description":"The best SoulWorker","@context":"https://schema.org"}
</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
crossorigin="anonymous"></script>
<script src="assets/js/respond.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<!-- Inspiration:
https://discordyui.net/
https://yukiko.app/
-->
<!-- MAKE A BETTER DESIGN THING, SIMILAR TO YUI -->
<div id="header">
<nav class="nav">
<ul>
<li class="home"><a href="/">Home</a></li>
<li class="right"><a href="./commands.html">Commands</a></li>
</ul>
</nav>
</div><!-- end header -->
<div class="wrapper">
<section>
<!-- Content -->
<!-- TODO: CONTENT STFF, IDK, I NEED IDEAS -->
<div id="footer">
<hr>
<span class="credits left">Site by <a href="https://github.com/Mnemos-Parasynthima">Mnemos-Parasynthima</a></span>
<span class="credits right">Hosted on GitHub Pages - Theme by <a href="https://twitter.com/mattgraham">mattgraham</a>
</span><br><!-- TODO: Fix sizing for screen change -->
<span class="credits left">Chii's art credit: Lion Games and kyjsogom</span>
<span class="credits right">View code on <a href="https://github.com/Mnemos-Parasynthima/Chii/tree/gh-pages" target="_blank">GitHub</a></span>
</div>
</section>
</div>
</body>
</html>