-
Notifications
You must be signed in to change notification settings - Fork 27
/
index.html
45 lines (41 loc) · 2.35 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Webots documentation</title>
<link type="text/css" rel="stylesheet" href="dependencies/jqueryui/1.11.4/theme.css"/><link type="text/css" rel="stylesheet" href="dependencies/jqueryui/1.11.4/jquery-ui.min.css"/><link type="text/css" rel="stylesheet" href="dependencies/jqueryui/1.11.4/themes/smoothness/theme.css"/><link type="text/css" rel="stylesheet" href="dependencies/highlight.js/9.5.0/styles/default.min.css"/><link type="text/css" rel="stylesheet" href="dependencies/wwi/R2020a/wwi.css"/>
<link type="text/css" rel="stylesheet" href="css/webots-doc.css"/>
<link type="text/css" rel="stylesheet" href="css/main.css"/>
</head>
<body>
<div class="webots-doc" id="webots-doc">
<div id="left">
<div id="navigation">
<table>
<tr>
<td colspan="3"><a id="toc" title="Table of Contents">≡</a></td>
</tr>
<tr>
<td><a id="previous" title="Previous page">◀</a></td>
<td><a id="up" title="Up page">▲</a></td>
<td><a id="next" title="Next page">▶</a></td>
</tr>
</table>
</div>
<div id="menu"></div>
</div>
<div id="handle"></div>
<div id="center">
<div id="content">
<div id="title">
<h2 id="title-content">Documentation</h2>
</div>
<div id="view"></div>
</div>
</div>
</div>
<script src="dependencies/jquery/1.11.3/jquery.min.js"></script><script src="dependencies/jqueryui/1.11.4/jquery-ui.min.js"></script><script src="dependencies/jquery-dialogextend/2.0.4/jquery.dialogextend.min.js"></script><script src="dependencies/highlight.js/9.5.0/highlight.min.js"></script><script src="dependencies/showdown/1.3.0/showdown.js"></script><script src="dependencies/showdown/1.3.0/showdown.min.js"></script><script src="dependencies/showdown/1.3.0/showdown-youtube.min.js"></script><script src="dependencies/mermaid/7.0.0/mermaidAPI.min.js"></script><script src="dependencies/ace/1.2.0/ace.js"></script><script src="dependencies/wwi/R2020a/request_methods.js"></script><script src="dependencies/wwi/R2020a/webots.min.js"></script>
<script src="js/showdown-extensions.js"></script>
<script src="js/viewer.js"></script>
</body>
</html>