mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-02-18 02:55:46 +00:00
improved index page
This commit is contained in:
parent
8be5d6d370
commit
693c89ae6b
@ -32,17 +32,19 @@ const char *HTML_INDEX_PAGE = " \
|
||||
<title>uStreamer</title> \
|
||||
</head> \
|
||||
<body> \
|
||||
<h3>µStreamer v" VERSION "</h3> \
|
||||
<hr> \
|
||||
<ul> \
|
||||
<li> \
|
||||
<a href=\"/ping\"><b>/ping</b></a><br> \
|
||||
Get JSON structure with state of the server. \
|
||||
</li> \
|
||||
<hr><br> \
|
||||
<br> \
|
||||
<li> \
|
||||
<a href=\"/snapshot\"><b>/snapshot</b></a><br> \
|
||||
Get a current actual image from server. \
|
||||
</li> \
|
||||
<hr><br> \
|
||||
<br> \
|
||||
<li> \
|
||||
<a href=\"/stream\"><b>/stream</b></a><br> \
|
||||
Get a live stream. Query params: \
|
||||
@ -56,8 +58,9 @@ const char *HTML_INDEX_PAGE = " \
|
||||
</li> \
|
||||
<br> \
|
||||
</ul> \
|
||||
<br> \
|
||||
<hr> \
|
||||
µStreamer v" VERSION " \
|
||||
<a href=\"https://github.com/pi-kvm/ustreamer\">Sources & docs</a> \
|
||||
</body> \
|
||||
</html> \
|
||||
";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user