Spaces:
Build error
Build error
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Login</title> | |
| </head> | |
| <body> | |
| <h1>Customer Login</h1> | |
| <form method="POST"> | |
| <label for="phone">Phone Number:</label> | |
| <input type="text" name="phone" required> | |
| <button type="submit">Login</button> | |
| </form> | |
| </body> | |
| </html> | |