Delete index.html

This commit is contained in:
gupta-ashu01 2020-07-21 12:59:14 +05:30 committed by GitHub
parent a8fc50e9b2
commit f9917c483f
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
<form action="firstservlet">
Name: <input type="text" name="userName"/><br/> <br/>
<input type="submit" value="submit"/>
</form>
</body>
</html>