summaryrefslogtreecommitdiff
path: root/fw/src/index.html
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-03-21 22:24:27 +0100
committerxengineering <me@xengineering.eu>2025-03-21 22:24:27 +0100
commitdc146be244c8063971d7b769f35c8c9991cf144a (patch)
tree157ab9aefa3af57e01080cdba8fe7b4881676d9f /fw/src/index.html
parent2430e8557685a8af292ae82ca11ec59acb365390 (diff)
downloadiot-contact-dc146be244c8063971d7b769f35c8c9991cf144a.tar
iot-contact-dc146be244c8063971d7b769f35c8c9991cf144a.tar.zst
iot-contact-dc146be244c8063971d7b769f35c8c9991cf144a.zip
fw: html: Move HTML to src folder
Diffstat (limited to 'fw/src/index.html')
-rw-r--r--fw/src/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/fw/src/index.html b/fw/src/index.html
new file mode 100644
index 0000000..a7e3ce9
--- /dev/null
+++ b/fw/src/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>