Skip to content

Instantly share code, notes, and snippets.

@Danushka96
Created May 30, 2017 18:55
Show Gist options
  • Save Danushka96/d9d872d44d30e7ed33216aac285a7013 to your computer and use it in GitHub Desktop.
Save Danushka96/d9d872d44d30e7ed33216aac285a7013 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Login</title>
</head>
<body>
<h1>Login</h1>
<form method="post" action="login.php">
<lable>User Name </lable>
<input type="text" name="username"><br><br>
<lable>Password </label>
<input type="password" name="password"><br><br>
<input type="submit" value="Login">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment