Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<!DOCTYPE html>
<html>
<head>
        <title>Phone Price Comparison - Login</title>
</head>
<body>
        <form action="/login" method="post">
                <p>
                        <span>Username</span>
                        <input type="text" name="username" size="20">
                </p>
                <p>
                        <span>Password</span>
                        <input type="password" name="password" size="20">
                </p>
                <input type="submit" value="Login">
        </form>
</body>
</html>