-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocs.html
33 lines (27 loc) · 1.21 KB
/
docs.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
<!DOCTYPE html>
<html lang=en class="docs">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Documentation - cli.js - A library to craft composable, modular, and testable command line applications with Node.js</title>
<link rel="icon" type="image/png" href="/images/favicon.png">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/styles/index.css">
<link rel="stylesheet" href="/styles/ionicons.min.css">
<main role="main">
<aside>
asdf
</aside>
<div class="content">
<a href="/" class="logo-anchor"><img src="/images/logo_7.svg" class="logo" alt="cli.js" /></a>
<nav>
<a href="/get-started">Get Started</a>
<a href="/docs" class="active">Docs</a>
<a href="/examples">Examples</a>
<a href="/plugins">Plugins</a>
<a href="https://github.com/clijs" target="_blank">Github</a>
</nav>
</div>
</main>
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
</html>