mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 12:36:52 +03:00
24 lines
874 B
HTML
24 lines
874 B
HTML
<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>
|