diff options
author | xengineering <me@xengineering.eu> | 2025-03-21 22:24:27 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-03-21 22:24:27 +0100 |
commit | dc146be244c8063971d7b769f35c8c9991cf144a (patch) | |
tree | 157ab9aefa3af57e01080cdba8fe7b4881676d9f /fw/src/html/index.html | |
parent | 2430e8557685a8af292ae82ca11ec59acb365390 (diff) | |
download | iot-contact-dc146be244c8063971d7b769f35c8c9991cf144a.tar iot-contact-dc146be244c8063971d7b769f35c8c9991cf144a.tar.zst iot-contact-dc146be244c8063971d7b769f35c8c9991cf144a.zip |
fw: html: Move HTML to src folder
Diffstat (limited to 'fw/src/html/index.html')
-rw-r--r-- | fw/src/html/index.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/fw/src/html/index.html b/fw/src/html/index.html deleted file mode 100644 index a7e3ce9..0000000 --- a/fw/src/html/index.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>iot-contact</title> - </head> - <body> - <h4>iot-contact</h4> - </body> -</html> |