javajenius
New Member
- Messages
- 258
- Reaction score
- 0
- Points
- 0
I will give away 150 credits to a person who makes a login form for me.
It has to be like the cPanel login but instead the logo should be PhPanel.
The form action should be secure.php
Try to make it look good, best design wins.
It has to be like the cPanel login but instead the logo should be PhPanel.
The form action should be secure.php
Code:
<p>Please Log In:
<form action=secure.php method=post>
<p>Login: <input type="text" name="username">
<br>Password: <input type="password" name="password">
<br><input type="submit" name="checkpass" value="Login!">
</form>
Try to make it look good, best design wins.