diff options
| author | krolyxon <me@krolyxon.com> | 2026-06-08 23:20:46 +0530 |
|---|---|---|
| committer | krolyxon <me@krolyxon.com> | 2026-06-08 23:20:46 +0530 |
| commit | eb3af5b2356c9a778de62d2cb778ce32ec04a485 (patch) | |
| tree | 3dd102654b9f600dd5298c7e00296d6798f4e32c /web-flasher/index.html | |
| parent | a42feeb3e3e210846e1f0d82671f230588fd3190 (diff) | |
remove web flasher
Diffstat (limited to 'web-flasher/index.html')
| -rw-r--r-- | web-flasher/index.html | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/web-flasher/index.html b/web-flasher/index.html deleted file mode 100644 index 26d7510..0000000 --- a/web-flasher/index.html +++ /dev/null @@ -1,47 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <meta charset="UTF-8"> - <title>ORION-RF Installer</title> - - <script - type="module" - src="https://unpkg.com/esp-web-tools@10/dist/web/install-button.js"> - </script> - - <style> - body { - font-family: sans-serif; - max-width: 700px; - margin: auto; - padding: 2rem; - } - - h1 { - text-align: center; - } - - .card { - border: 1px solid #ddd; - padding: 20px; - border-radius: 10px; - } - </style> -</head> -<body> - -<h1>ORION-RF Installer</h1> - -<div class="card"> - <h2>Stable Release</h2> - - <p> - Connect your ESP32-S3 and click Install. - </p> - - <esp-web-install-button manifest="manifest.json"> - </esp-web-install-button> -</div> - -</body> -</html> |
