Skip to content
Snippets Groups Projects
Commit 33fda3cb authored by Poudel, Pramod's avatar Poudel, Pramod
Browse files

Upload New File

parent 1e00e833
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html>
<head>
<title>Input Form</title>
</head>
<body>
<form id="inputForm" method="post" action="/save">
<label for="input1">Input 1:</label>
<input type="text" id="input1" name="input1"><br><br>
<label for="input2">Input 2:</label>
<input type="text" id="input2" name="input2"><br><br>
<label for="input3">Input 3:</label>
<input type="text" id="input3" name="input3"><br><br>
<input type="submit" value="Save">
</form>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment