Mercurial > lada > lada-server
view src/main/webapp/index.html @ 5:27839a25ee4c
Fixed return type
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 18 Apr 2013 12:12:29 +0200 |
parents | 6a7a8c67987d |
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>