openwebrx-clone/htdocs/features.html

25 lines
929 B
HTML
Raw Permalink Normal View History

<HTML><HEAD>
<TITLE>OpenWebRX Feature report</TITLE>
2019-12-03 23:47:50 +00:00
<link rel="shortcut icon" type="image/x-icon" href="static/favicon.ico" />
2020-05-14 20:31:54 +00:00
<link rel="stylesheet" href="static/css/bootstrap.min.css" />
2020-05-08 22:27:42 +00:00
<link rel="stylesheet" type="text/css" href="static/css/admin.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/showdown/1.9.0/showdown.min.js"></script>
<script src="static/lib/jquery-3.2.1.min.js"></script>
2020-05-10 14:23:05 +00:00
<script src="static/lib/Header.js"></script>
<script src="static/features.js"></script>
</HEAD><BODY>
2019-07-11 14:44:33 +00:00
${header}
2019-07-05 20:46:43 +00:00
<div class="container">
${breadcrumb}
2019-07-05 20:46:43 +00:00
<h1>OpenWebRX Feature Report</h1>
<table class="features table">
<tr>
<th>Feature</th>
<th>Requirement</th>
<th>Description</th>
<th>Available</th>
</tr>
</table>
${breadcrumb}
2019-07-05 20:46:43 +00:00
</div>
</BODY></HTML>