فهرست منبع

fix image url (#1322)

* Update index.html

* Update index.html
CaCO3 3 سال پیش
والد
کامیت
1746920f61
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      docs/index.html

+ 3 - 1
docs/index.html

@@ -1,4 +1,6 @@
 <html>
 <html>
+    <title>AI on the Edge Device - Webinstaller</title>
+   <link rel="icon" href="https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/master/images/icon/favicon.ico" type="image/x-icon">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
    <script
    <script
       type="module"
       type="module"
@@ -12,7 +14,7 @@
 
 
    <table>
    <table>
       <tr>
       <tr>
-         <td><img src=../images/icon/watermeter.svg style="width: 100px; padding-right: 10px;"></td>
+         <td><img src=https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/master/images/icon/watermeter.svg style="width: 100px; padding-right: 10px;"></td>
          <td><h1>AI-on-the-edge-device</h1><h2>Webinstaller and Console</h2></td>
          <td><h1>AI-on-the-edge-device</h1><h2>Webinstaller and Console</h2></td>
       </tr>
       </tr>
    </table>
    </table>