-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 831 Bytes
/
index.html
File metadata and controls
30 lines (30 loc) · 831 Bytes
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 PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<link rel="icon" type="image/png" href="assets/favicon.ico" />
<title>restSQL Home</title>
</head>
<body style="font-family: sans-serif">
<span style="font-weight: bold">restSQL (version 0.8.13)</span>
<hr />
<a href="res/">Resources</a>
<br />
<a href="conf/">Configuration</a>
<br />
<a href="log/">Logs</a>
<br />
<a href="monitoring/">Monitoring</a>
<br />
<a href="tools/">Tools</a>
<p />
<span>API Doc:</span>
<br />
<a href="wadl/">WADL</a>
<br />
<a href="swagger-ui/">Swagger</a>
<br />
<a href="../restsql-sdk/" target="_blank">SDK</a>
<br />
</body>
</html>