diff --git a/templates/index.html b/templates/index.html
index a0eb753..67965fd 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -12,7 +12,7 @@
 </head>
 <body>
    <h1>{{station_call}} Status</h1>
-   <h2>{{station_lat}}, {{station_lon}}</h2>
+{{station_lat}}, {{station_lon}}
 
 <h3> Recent RF Packets </h3>
    <table>
@@ -32,8 +32,10 @@
       {% endfor %}
   </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>.
 
+<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>
 </html>