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/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/index.html')
| -rw-r--r-- | fw/src/index.html | 11 | 
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>  | 
