diff options
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html new file mode 100644 index 00000000..66b36190 --- /dev/null +++ b/test/index.html @@ -0,0 +1,10 @@ +<html> + <head> + <title>afb-daemon test</title> + <body> + <h1>afb-daemon test</h1> + <ol> + <li><a href="hello-world.html">Hello World!</a> + <li><a href="client-ctx.html">client context</a> + <li><a href="sample-post.html">Sample post</a> + <li><a href="websock.html">websockets</a> |