| <html> | |
| <head> | |
| <title>Simple Form</title> | |
| </head> | |
| <body> | |
| <form method="post"> | |
| <label for="giturl">Enter git url:</label> | |
| <input type="text" name="giturl" id="giturl" required> | |
| <button type="submit">Submit</button> | |
| </form> | |
| </body> | |
| </html> | |
| <html> | |
| <head> | |
| <title>Simple Form</title> | |
| </head> | |
| <body> | |
| <form method="post"> | |
| <label for="giturl">Enter git url:</label> | |
| <input type="text" name="giturl" id="giturl" required> | |
| <button type="submit">Submit</button> | |
| </form> | |
| </body> | |
| </html> | |