- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Login</title>
- </head>
- <body>
- <form action="/auth/login">
- <input id="username" name="username" type="text">
- <input id="password" name="password" type="password">
- <button type="submit">Submit</button>
- </form>
- </body>
- </html>
|