diff options
Diffstat (limited to 'test/hello-world.html')
-rw-r--r-- | test/hello-world.html | 12 |
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> |