aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-03-31 23:15:45 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-03-31 23:15:45 +0200
commitc95f72616f59a317f72c58c0e5664992504a48e5 (patch)
tree9ca3029b00b5fd67434f769b7cb621b4c6741bcf /test/index.html
parent1205c90cccd3144bab24b4b5fd8dcbf0d0e6b570 (diff)
refactoring (in progress, tbf)
Change-Id: Id9a98da85bb838b9401dad48a6652207ab4db191 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'test/index.html')
-rw-r--r--test/index.html10
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>