Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php include "../include/config.php" ?>
- <!doctype html>
- <html lang="en">
- <head>
- <title>Login</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link rel="stylesheet" type="text/css" href="../style/quote_style.css" />
- </head>
- <body>
- <div class="box">
- <div class="login"> <form name="form1" method="post" action="checklogin.php">
- <h3>Login</h3>
- </div>
- <div class="username">
- <small>username</small>
- </div>
- <div class="username2">
- <input name="myusername" type="text" id="myusername">
- </div>
- <div class="password">
- <small>password</small>
- </div>
- <div class="password2">
- <input name="mypassword" type="password" id="mypassword">
- </div>
- <div class="button">
- <input type="submit" name="Submit" value="Login">
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement