123456789101112131415161718 |
- <html>
- <head>
- <title>Challenge 1: Welcome {{username}} </title>
- </head>
- <body>
- <b>Welcome {{ username }}</b> <br>
- Your Access rights: {{rights}} <br><br>
- Message of the day: {{secret}}
- <br>
- <br>
- <br>
- <br>
- <a href="/logout">Logout</a>
- </body>
- </html>
|