Advertisement
lowheartrate

login.php

Jun 1st, 2015
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.71 KB | None | 0 0
  1. <div id="login">
  2.     <img src="http://i.imgur.com/MBuIZ3h.png" width="75%" style="text-align: center; margin-top: 10px;">
  3.     <h1 style="font-size: 28px; text-align: center; margin-top: -5px;">Login to <strong style="color: #ff6666">HeartFX</strong></h1>
  4.     <br>
  5.     <form>
  6.         <input type="email" name="email" placeholder="Email Address" style="width: 200px;" required/><br><br>
  7.         <input type="password" name="password" placeholder="Password" style="width: 200px;" required/><br><br>
  8.         <button class="login" type="submit" value="submit"><strong style="color: white;">Login</strong></button><br><br>
  9.  
  10.         <a href="#"><p>I can't access my account</p></a>
  11.         <a href="registeraccount.php"><p>Create an account</p></a>
  12.     </form>
  13. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement