91e76ec944
fixed display of camera version, fixed issue jpeg.cgi, added diagnostics page, minor css improvements, made shared.cgi for common code between diagnostics and config
11 lines
337 B
HTML
11 lines
337 B
HTML
<html>
|
|
<head><title>WZ Mini</title></head>
|
|
<body>
|
|
<h1>wz_mini web server</h1>
|
|
<p><a href="cgi-bin/config.cgi">Configuration Editor</a></p>
|
|
<p><a href="car/car.html">Car Interface</a></p>
|
|
<p><a href="cgi-bin/jpeg.cgi">Current Screen</a></p>
|
|
<p><a href="cgi-bin/diagnostics.cgi">Diagnostics</a></p>
|
|
</body>
|
|
</html>
|