refactoring (in progress, tbf)
[src/app-framework-binder.git] / test / hello-world.html
diff --git a/test/hello-world.html b/test/hello-world.html
new file mode 100644 (file)
index 0000000..88f2c95
--- /dev/null
@@ -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>