diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-07 14:06:30 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-07 14:06:30 +0100 |
commit | 612a0afa63144aae338a51c9206a589d4b8fdd65 (patch) | |
tree | 679e6676d9ce4b56996874bd5782764da221280a /rootfs/srv/http/index.html | |
parent | 70623600744cab314baf1ccc912134456ffe565d (diff) |
WIP web server
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> |