diff options
author | xengineering <me@xengineering.eu> | 2025-03-21 22:23:47 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-03-21 22:23:47 +0100 |
commit | 2430e8557685a8af292ae82ca11ec59acb365390 (patch) | |
tree | b830cef277b4a88338342d009ead9f0519885e18 /fw/src/html/index.html | |
parent | b912c63ca9724a31f57226a44e87954e4fbd46c4 (diff) | |
download | iot-contact-2430e8557685a8af292ae82ca11ec59acb365390.tar iot-contact-2430e8557685a8af292ae82ca11ec59acb365390.tar.zst iot-contact-2430e8557685a8af292ae82ca11ec59acb365390.zip |
fw: http: Add HTML resource /
This provides the index HTML page.
Diffstat (limited to 'fw/src/html/index.html')
-rw-r--r-- | fw/src/html/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fw/src/html/index.html b/fw/src/html/index.html new file mode 100644 index 0000000..a7e3ce9 --- /dev/null +++ b/fw/src/html/index.html @@ -0,0 +1,11 @@ +<!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> |