Mercurial > lada > lada-server
view src/main/webapp/index.html @ 2:6a7a8c67987d
Added simple index debugging page for lada providing some links to trigger
some rest-services.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 18 Apr 2013 11:27:45 +0200 |
parents | |
children | 8bffb9e465c9 |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Lada</title> </head> <body> <h1>Lada Debug Page</h1> <p>This is the debugging page for the lada webservice. Below you find some links to trigger actions on the REST Api.</p> <h2>Proben</h2> <ul> <li><a href="/proben">List Proben</a></li> </ul> </body> </html>