Add help link.

This commit is contained in:
W1CDN 2023-06-24 11:20:58 -05:00
parent e2c3adf5c0
commit 9deb160989

View File

@ -12,7 +12,7 @@
</head> </head>
<body> <body>
<h1>{{station_call}} Status</h1> <h1>{{station_call}} Status</h1>
<h2>{{station_lat}}, {{station_lon}}</h2> {{station_lat}}, {{station_lon}}
<h3> Recent RF Packets </h3> <h3> Recent RF Packets </h3>
<table> <table>
@ -32,8 +32,10 @@
{% endfor %} {% endfor %}
</table> </table>
<h3> Recent Stations </h3> <h2> Recent Stations </h2>
Coming soon, see <a href="https://amiok.net/gitea/W1CDN/aprs_tool/issues/16">https://amiok.net/gitea/W1CDN/aprs_tool/issues/16</a>. Coming soon, see <a href="https://amiok.net/gitea/W1CDN/aprs_tool/issues/16">https://amiok.net/gitea/W1CDN/aprs_tool/issues/16</a>.
<h2> Help </h2>
This is a work in progress. See <a href="https://amiok.net/gitea/W1CDN/aprs_tool">https://amiok.net/gitea/W1CDN/aprs_tool</a> for usage.
</body> </body>
</html> </html>