-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (49 loc) · 1.33 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
53
54
55
56
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8'>
<meta charset='utf-8'>
<meta content='IE=edge' http-equiv='X-UA-Compatible'>
<meta content='Documentation for Advanced Command-Handler' name='description'>
<meta content='width=device-width, initial-scale=1' name='viewport'>
<title>Advanced Command-Handler - Documentation</title>
</head>
<style>
body {
font-family: "Segoe UI", sans-serif;
}
a {
color: #3686c2;
text-decoration: none;
}
a:visited {
color: #224a86;
}
a:hover {
color: #5092f6;
}
p, ul {
font-size: 1.2rem;
}
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
.note {
color: #808080;
padding-top: 1rem;
}
</style>
<body>
<h1>Documentation for Advanced Command-Handler</h1>
<h2><a href='https://ayfri.gitbook.io/advanced-command-handler/'>Guide</a></h2>
<p>The documentation is split into two sections :</p>
<ul>
<li><a href='docs-master/index.html'>Documentation for Master Branch</a></li>
<li><a href='docs-release/index.html'>Documentation for Latest Release</a></li>
</ul>
<p class='note'>Note that if one doesn't work you can still go in the <a href='https://github.com/Advanced-Command-Handler/Advanced-Command-Handler'>code</a>.</p>
</body>
</html>