aboutsummaryrefslogtreecommitdiffstats
path: root/test/hello-world.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/hello-world.html
parent1205c90cccd3144bab24b4b5fd8dcbf0d0e6b570 (diff)
refactoring (in progress, tbf)
Change-Id: Id9a98da85bb838b9401dad48a6652207ab4db191 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'test/hello-world.html')
-rw-r--r--test/hello-world.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/hello-world.html b/test/hello-world.html
new file mode 100644
index 00000000..88f2c95b
--- /dev/null
+++ b/test/hello-world.html
@@ -0,0 +1,12 @@
+<html>
+ <head>
+ <title>Hello world test</title>
+ <body>
+ <h1>Hello world test</h1>
+ <ol>
+ <li><a href="api/hello/ping?toto=1">ping</a>
+ <li><a href="api/hello/pingnull">ping null</a>
+ <li><a href="api/hello/pingbug">ping bug</a>
+ <li><a href="api/hello/pingJson?toto&tata&titi=u">ping json</a>
+ <li><a href="api/hello/none">not a verb</a>
+ <li><a href="api/none/none">not an api</a>