summaryrefslogtreecommitdiff
path: root/src/main/resources/static/index.html
diff options
context:
space:
mode:
authorJoffrey BION <joffrey.bion@gmail.com>2016-12-11 14:03:28 +0100
committerJoffrey BION <joffrey.bion@gmail.com>2016-12-11 14:03:28 +0100
commit4beb63343f658a17b9ccd6236fced501e5d15dea (patch)
treef3a8f14a6b25ad82c958dd1192ced7a539ac1d4f /src/main/resources/static/index.html
parentAdd special action skeleton to finish wonders data parsing (diff)
downloadseven-wonders-4beb63343f658a17b9ccd6236fced501e5d15dea.tar.gz
seven-wonders-4beb63343f658a17b9ccd6236fced501e5d15dea.tar.bz2
seven-wonders-4beb63343f658a17b9ccd6236fced501e5d15dea.zip
Add WS experiment test page
This pages allows to test spring/STOMP config to see which messages are properly broadcasted to all users, which are just sent to the caller, and which are sent a specific user from the server.
Diffstat (limited to 'src/main/resources/static/index.html')
-rw-r--r--src/main/resources/static/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html
index 1b959d56..6131e912 100644
--- a/src/main/resources/static/index.html
+++ b/src/main/resources/static/index.html
@@ -19,6 +19,9 @@
<p>This is a stub index page for the project, for the sake of vertical completeness. We will soon get to work on it!</p>
+<a href="test.html">Go to WS test page</a>
+
+
<h2>Connection</h2>
<form class="form-inline">
bgstack15