diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2024-02-07 15:54:36 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2024-02-07 15:54:36 +0200 |
| commit | 32dac027b9b0790ee27622d9ce7d910e1255362d (patch) | |
| tree | 9048d84832787578d378ff889ac489beb8798840 | |
init: initial commit
| -rw-r--r-- | index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..7c16e96 --- /dev/null +++ b/index.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <head> + <title>MQTT</title> + </head> + <body> + <h1>MQTT Bonjour Yann</h1> + </body> +</html>
\ No newline at end of file |
