diff options
Diffstat (limited to 'rootfs/srv/http/index.html')
-rw-r--r-- | rootfs/srv/http/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rootfs/srv/http/index.html b/rootfs/srv/http/index.html new file mode 100644 index 0000000..f60b829 --- /dev/null +++ b/rootfs/srv/http/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset='utf-8'> + <title>Hello world!</title> +</head> +<body> + <p>Turn leds <a href="/on">on</a> or <a href="/off">off</a></p> +</body> +</html> |