| 1234567891011121314151617181920212223 |
- <html>
- <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"
- src="https://unpkg.com/esp-web-tools@9.0.3/dist/web/install-button.js?module"
- ></script>
- <body style="
- padding: 20px;
- padding-left: 60px;
- padding-right: 60px;
- ">
- <h1 id="welcome-to-the-ai-on-the-edge-device">Welcome to the AI-on-the-edge-device Web Installer</h1>
- <h2 id="install">Webinstaller and Console</h2>
- <p>
- <esp-web-install-button
- manifest="manifest.json"
- ></esp-web-install-button>
- </p>
- <p style="font-size: small;">(AI-on-the-edge-device Installer powered by ESP Web Tools)</p>
-
-
- </body>
- </html>
|