kopia lustrzana https://github.com/f4exb/sdrangel
52 wiersze
1.2 KiB
HTML
52 wiersze
1.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
|
<html>
|
|
<head>
|
|
<title>SDRangel API documentation</title>
|
|
<style type="text/css">
|
|
body {
|
|
padding-left: 13em;
|
|
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
|
|
color: black;
|
|
background-color: white }
|
|
h1 {
|
|
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
|
|
color: #6086D3 }
|
|
ul.navbar {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
position: absolute;
|
|
top: 2em;
|
|
left: 1em;
|
|
width: 11em }
|
|
ul.navbar li {
|
|
background: #dddddd;
|
|
margin: 0.5em 0;
|
|
padding: 0.3em;
|
|
border-right: 1em solid black }
|
|
ul.navbar a {
|
|
text-decoration: none }
|
|
a:link {
|
|
color: #315db4 }
|
|
a:visited {
|
|
color: #315db4 }
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- Site navigation menu -->
|
|
<ul class="navbar">
|
|
<li><a href="doc/html2/index.html">Static HTML2 documentation</a>
|
|
<li><a href="doc/swagger-ui/index.html">Interactive Swagger UI documentation</a>
|
|
</ul>
|
|
|
|
<!-- Main content -->
|
|
<img src="sdrangel_logo.png" alt="SDRangel">
|
|
|
|
<h1>SDRangel API documentation</h1>
|
|
|
|
<p>Click on links on the left for various types of documentation</p>
|
|
|
|
</body>
|
|
</html> |