diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index a2af744..ed48fc5 100644 --- a/www/index.html +++ b/www/index.html @@ -12,7 +12,8 @@ <title>JAC's link shortener</title> </head> <body> - <h1>JAC's link shortener</h1> + <div> + <h1>Just another link shortener</h1> <p>Try it out!</p> <form action="/api/linkadd" target="result"> <div> @@ -28,5 +29,7 @@ </form> <h3>Result:</h3> <iframe name="result"scrolling="no"/> + </div> + <p> For API documentation, go to <a href="/docs">documentation page</a></p> </body> </html> |