Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
56 lines (49 loc) · 1.33 KB
/
Copy pathindex.html
File metadata and controls
56 lines (49 loc) · 1.33 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
<!DOCTYPE html>
<htmllang='en'>
<head>
<metacharset='UTF-8'>
<metacharset='utf-8'>
<metacontent='IE=edge' http-equiv='X-UA-Compatible'>
<metacontent='Documentation for Advanced Command-Handler' name='description'>
<metacontent='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><ahref='https://ayfri.gitbook.io/advanced-command-handler/'>Guide</a></h2>
<p>The documentation is split into two sections :</p>
<ul>
<li><ahref='docs-master/index.html'>Documentation for Master Branch</a></li>
<li><ahref='docs-release/index.html'>Documentation for Latest Release</a></li>
</ul>
<pclass='note'>Note that if one doesn't work you can still go in the <ahref='https://github.com/Advanced-Command-Handler/Advanced-Command-Handler'>code</a>.</p>
</body>
</html>