Vinay Vishal | 5717147 | 2018-09-18 20:22:00 +0530 | [diff] [blame] | 1 | <html> |
| 2 | <head> |
| 3 | <!-- |
| 4 | |
| 5 | Copyright (c) 2010, 2018 Oracle and/or its affiliates. All rights reserved. |
| 6 | |
| 7 | This program and the accompanying materials are made available under the |
| 8 | terms of the Eclipse Public License v. 2.0, which is available at |
| 9 | http://www.eclipse.org/legal/epl-2.0. |
| 10 | |
| 11 | This Source Code may also be made available under the following Secondary |
| 12 | Licenses when the conditions for such availability set forth in the |
| 13 | Eclipse Public License v. 2.0 are satisfied: GNU General Public License, |
| 14 | version 2 with the GNU Classpath Exception, which is available at |
| 15 | https://www.gnu.org/software/classpath/license.html. |
| 16 | |
| 17 | SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 |
| 18 | |
| 19 | --> |
| 20 | |
| 21 | <title>New User Registation Page</title> |
| 22 | </head> |
| 23 | |
| 24 | <body> |
| 25 | <hr> |
| 26 | <form method="post" action="registration"> |
| 27 | <p>User Name: <input type="text" name="name" size="10"> </p> |
| 28 | <p>Password: <input type="password" name="password" size="10"> </p> |
| 29 | <br> |
| 30 | <p> |
| 31 | <input type="submit" value="register"/> |
| 32 | <input type="reset" value="cancel"/> |
| 33 | </form> |
| 34 | </body> |
| 35 | </html> |