-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdoc.html
More file actions
64 lines (59 loc) · 2.61 KB
/
doc.html
File metadata and controls
64 lines (59 loc) · 2.61 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BoomBot - A Simple Discord Bot.</title>
<meta name="description" content="BoomBot - A Simple Discord Bot">
<meta name="author" content="Lomeli12">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel="canonical" href="https://boombot.github.io" />
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<nav class="navbar navbar-default" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span>
</button> <a class="navbar-brand" href="index.html">BoomBot</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active">
<a href="doc.html">Documentation</a>
</li>
<li>
<a href="https://github.com/BoomBot" target="_blank">View on GitHub</a>
</li>
<li>
<a href="https://discord.gg/keFz3ZP" target="_blank">Join our Discord</a>
</li>
</ul>
</div>
</nav>
<h3>Documentation</h3>
<div class="row">
<div class="col-md-2">
<ul class="list-unstyled">
<li><a href="#setup">Setup</a></li>
<li><a href="#customize">Configuration</a></li>
<li><a href="#plugins">Setup</a></li>
</ul>
</div>
<div class="col-md-10">
<p>Sorry, nothing here ATM.</p>
<p> Maybe in the future</p>
<div id="setup">
</div>
<div id="customize">
</div>
</div>
</div>
</div>
</div></div>
</body>
</html>