-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (55 loc) · 2.25 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
57
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Webshell - Docs</title>
<link rel="stylesheet" href="./css/global.css" type="text/css" />
<link rel="stylesheet" href="./css/docs.css" type="text/css" />
<link rel="stylesheet" href="./lib/bootstrap/css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="./lib/google-code-prettify/bin/prettify.css" type="text/css" />
<script src="./lib/jquery/js/jquery-1.7.1.min.js" type="text/javascript"></script>
<script src="./lib/underscore.js" type="text/javascript"></script>
<script src="./lib/backbone-dev.js" type="text/javascript"></script>
<script src="./lib/bootstrap/js/bootstrap.js" type="text/javascript"></script>
<script src="./lib/google-code-prettify/bin/prettify.js" type="text/javascript"></script>
<script type="text/javascript" src="http://api.webshell.io/sdk/js?key=b26ccfcfb4ab24a891dfbd9fa8047ad2"></script>
</head>
<body>
<div style="width: 100%" class="navbar navbar-static-top" data-spy="affix" data-offset-top="120" id="docs-header">
<div class="navbar-inner">
<div class="container">
<ul class="nav" id="main-menu">
<li class="wsh-link"><a class="brand" href="http://webshell.io"><img src="http://webshell.io/images/webshell-logo-rc1.png" alt="Logo WebShell" style="position: relative; top: -2px; height: 20px" height="20" /></a></li>
</ul>
</div>
</div>
</div>
<div style="background-image:url(./images/navy_blue.png); margin: 0; padding: 15px 0">
<div class="container">
<div class="row">
<div class="span8">
<h2 style="color: white">Webshell - Docs
</h2>
<h3 style="font-size: 1.0em; color: #aaa">A powerfull collaborative cloud framework for APIs
</h3>
</div>
</div>
</div>
</div>
<br />
<div class="container" id="docs-container" style="margin-top: 0">
<div class="row">
<div class="span3 bs-docs-sidebar">
<ul class="nav nav-list bs-docs-sidenav" data-spy="affix" data-offset-top="120" id="menu-docs" style="display: block; width: 260px">
</ul>
</div>
<div class="span9" style="min-height: 300px">
<div style="margin-left: 100px" id="content-docs">
</div>
</div>
</div>
<br /><br /><br />
</div>
<script src="./js/docs.js" type="text/javascript"></script>
</body>
</html>