improved index page

This commit is contained in:
Devaev Maxim
2018-11-03 04:29:28 +03:00
parent 8be5d6d370
commit 693c89ae6b

View File

@@ -32,17 +32,19 @@ const char *HTML_INDEX_PAGE = " \
<title>uStreamer</title> \ <title>uStreamer</title> \
</head> \ </head> \
<body> \ <body> \
<h3>&micro;Streamer v" VERSION "</h3> \
<hr> \
<ul> \ <ul> \
<li> \ <li> \
<a href=\"/ping\"><b>/ping</b></a><br> \ <a href=\"/ping\"><b>/ping</b></a><br> \
Get JSON structure with state of the server. \ Get JSON structure with state of the server. \
</li> \ </li> \
<hr><br> \ <br> \
<li> \ <li> \
<a href=\"/snapshot\"><b>/snapshot</b></a><br> \ <a href=\"/snapshot\"><b>/snapshot</b></a><br> \
Get a current actual image from server. \ Get a current actual image from server. \
</li> \ </li> \
<hr><br> \ <br> \
<li> \ <li> \
<a href=\"/stream\"><b>/stream</b></a><br> \ <a href=\"/stream\"><b>/stream</b></a><br> \
Get a live stream. Query params: \ Get a live stream. Query params: \
@@ -56,8 +58,9 @@ const char *HTML_INDEX_PAGE = " \
</li> \ </li> \
<br> \ <br> \
</ul> \ </ul> \
<br> \
<hr> \ <hr> \
&nbsp;&nbsp;&nbsp;&nbsp; &micro;Streamer v" VERSION " \ <a href=\"https://github.com/pi-kvm/ustreamer\">Sources &amp; docs</a> \
</body> \ </body> \
</html> \ </html> \
"; ";