first commit

master
ademant 2019-07-09 06:22:11 +02:00
commit a5b34aa23d
1 changed files with 14 additions and 0 deletions

14
test.html Normal file
View File

@ -0,0 +1,14 @@
<html>
<head><title>test</title></head>
<body>
<form action="myurl" method="POST" name="myForm">
<p><label for="first_name">First Name:</label>
<input type="text" name="first_name" id="fname"></p>
<p><label for="last_name">Last Name:</label>
<input type="text" name="last_name" id="lname"></p>
<input value="Submit" type="submit" onclick="submitform()">
</form>
</body>
</html>