瀏覽代碼

Update index.html

virmaior 3 年之前
父節點
當前提交
fe0b638fd4
共有 1 個文件被更改,包括 10 次插入3 次删除
  1. 10 3
      SD_ROOT/wz_mini/www/index.html

+ 10 - 3
SD_ROOT/wz_mini/www/index.html

@@ -1,3 +1,10 @@
-<p><strong>wz_mini web server</strong></p>
-<p><br /><a href="cgi-bin/index.cgi">Configuration Editor</a></p>
-<p><a href="car/car.html">Car Interface</a></p>
+<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>
+
+  </body>
+</html>