Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
romandev committed May 19, 2020
1 parent ecf7904 commit 4de910f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions index.html
Expand Up @@ -12,14 +12,10 @@
</head>
<body>
<form action="https://www.naver.com" name="form1" method="post">
<input type="text" name="id">
<input type="text" name="otpLoginID">
<input type="text" name="tLoginID">
<input type="password" name="pwd">
<input type="submit">
</form>
<form action="https://www.example.com" name="form2" method="post">
<input type="text" name="id2">
<input type="password" name="pwd2">
<input type="submit">
</form>
</body>
</html>

0 comments on commit 4de910f

Please sign in to comment.