fix image url (#1322)

* Update index.html

* Update index.html
This commit is contained in:
CaCO3
2022-11-10 20:59:52 +01:00
committed by GitHub
parent d33380d2a0
commit 1746920f61

View File

@@ -1,4 +1,6 @@
<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">
<script
type="module"
@@ -12,7 +14,7 @@
<table>
<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>
</tr>
</table>