George Ruinelli 3 年之前
父節點
當前提交
a08a233484
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      sd-card/html/index.html

+ 4 - 1
sd-card/html/index.html

@@ -2,7 +2,7 @@
 <html>
 <head>
 <link rel="icon" href="favicon.ico" type="image/x-icon">
-<title>jomjol - AI on the edge</title>
+<title>AI on the edge</title>
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <link rel="stylesheet" href="style.css" type="text/css" >
@@ -61,8 +61,11 @@
 
 <iframe name="maincontent" class="iframe" id="maincontent" src="wasserzaehler_roi.html"></iframe>
 
+<span id="Version" style="font-size: 10px; margin-top: -5px">Loading version...</span>
+
 <script type="text/javascript">
   LoadHostname();
+  LoadVersion();
 </script>
 
 </div>