-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.39 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>REST API Documentation</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="dist/style.mins.css" rel="stylesheet" />
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/3.0.3/handlebars.runtime.min.js"></script>
</head>
<body>
<header>
<h1>HD.com RESTful API Documentation</h1>
<div id="primary-navigation-container" class="navigation"></div>
</header>
<ul id="category-list" class=""></ul>
<a href="#" class="back-to-top btn--round"><span>^</span></a>
<script src="dist/rest-api-doc.min.js"></script>
<!--<script src="js/libraries/underscore-min.js"></script>
<script src="js/libraries/backbone-min.js"></script>
<script src="js/libraries/pretty-json-min.js"></script>
<script src="js/hb-helpers.js"></script>
<script src="js/hb-partials.js"></script>
<script src="js/hb-templates.js"></script>
<script src="js/models/category-model.js"></script>
<script src="js/collections/categories-collection.js"></script>
<script src="js/views/navigation-view.js"></script>
<script src="js/views/category-list-view.js"></script>
<script src="js/apps/doc-app.js"></script>-->
</body>
</html>