Untitled
unknown
plain_text
2 years ago
841 B
3
Indexable
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="login.css"> <title>project</title> </head> <body> <form> <h1> Sign In </h1> <label for="name"><b>Name</b></label> <input type="text" placeholder="Name" name="Name" id="name" /> <label for="password"><b>Password : </b></label> <input type="password" placeholder="Password" name="psw" id="password" /> <label for="cpassword"><b>Confirm Password : </b></label> <input type="password" id="cpassword" placeholder="Confirm Password" name="psw-repeat"/> <input name="submit" type="submit" class="registerbtn" /></input> </form> </body> </html>
Editor is loading...