main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
535 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | <!DOCTYPE html>
|
---|
| 2 | <html lang="en">
|
---|
| 3 | <head>
|
---|
| 4 | <meta charset="UTF-8">
|
---|
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
---|
| 6 | <title>Login</title>
|
---|
| 7 | </head>
|
---|
| 8 | <body>
|
---|
| 9 | <h2>Login</h2>
|
---|
| 10 | <form action="/login" method="post">
|
---|
| 11 | <label for="username">Username:</label>
|
---|
| 12 | <input type="text" id="username" name="username" required>
|
---|
| 13 | <br>
|
---|
| 14 | <label for="password">Password:</label>
|
---|
| 15 | <input type="password" id="password" name="password" required>
|
---|
| 16 | <br>
|
---|
| 17 | <button type="submit">Login</button>
|
---|
| 18 | </form>
|
---|
| 19 | </body>
|
---|
| 20 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.