mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-17 21:13:42 +00:00
improved index page
This commit is contained in:
@@ -32,17 +32,19 @@ const char *HTML_INDEX_PAGE = " \
|
|||||||
<title>uStreamer</title> \
|
<title>uStreamer</title> \
|
||||||
</head> \
|
</head> \
|
||||||
<body> \
|
<body> \
|
||||||
|
<h3>µ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> \
|
||||||
µStreamer v" VERSION " \
|
<a href=\"https://github.com/pi-kvm/ustreamer\">Sources & docs</a> \
|
||||||
</body> \
|
</body> \
|
||||||
</html> \
|
</html> \
|
||||||
";
|
";
|
||||||
|
|||||||
Reference in New Issue
Block a user