-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1019 Bytes
/
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
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wahtson Wiki</title>
<link rel="stylesheet" href="{{ site.baseurl }}/style/main.css" />
<link rel="icon" type="image/png" href="{{ site.baseurl }}/assets/icon.png" />
</head>
<body>
<div id="top">
<a class="home" href="/"><img src="{{ site.baseurl }}/assets/icon.png" /></a>
<a href="https://github.com/wahtson/bot"><p>Github</p></a>
<a href="https://npmjs.org/package/wahtson"><p>Install</p></a>
<a href="{{ site.baseurl }}/versions"><p>Versions</p></a>
</div>
<main>
<h1>Wahtson</h1>
<pre>$ npm install -g wahtson<br>$ wahtson -c path/to/config.toml</pre>
<p>Wahtson is a pure-configuration Discord bot.</p>
<p><a href="{{ site.baseurl }}/wiki/latest/config">Configuration</a></p>
</main>
<script src="{{ site.baseurl }}/script/index.js"></script>
</body>
</html>