ujiajah1

index.php/konsep-login

May 13th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.00 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>younghipster</title>
  6.   <meta name="viewport" content="width=device-width, initial-scale=1">
  7.   <link rel="stylesheet" href="thumbnail.css" media="screen" title="no title" charset="utf-8">
  8.   <link rel="stylesheet" href="style.css" media="screen" title="no title" charset="utf-8">
  9.   <!-- Custom Fonts -->
  10.     <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
  11.     <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
  12.     <link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
  13.     <link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  14.     <link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
  15.     <link href="scripts/bootstrap.min.css" rel="stylesheet">
  16.     <link href="scripts/hipster.css" rel="stylesheet">
  17.  
  18. </head>
  19. <body>
  20.   <?php $login = '<h1>Welcome</h1>
  21. <span class="white">
  22. <div id="form-main">
  23.  <div id="form-div">
  24.    <form action="welcome.php" method="post" class="form" id="form1">
  25.      
  26.      <p class="name">
  27.        <input name="name" type="text" class="validate[required,custom[onlyLetter],length[0,100]] feedback-input" placeholder="Name" id="name" />
  28.      </p>
  29.      
  30.      <p class="email">
  31.        <input name="email" type="text" class="validate[required,custom[email]] feedback-input" id="email" placeholder="Email" />
  32.      </p>
  33.      
  34.      <div class="submit">
  35.        <input type="submit" value="GO...go!" id="button-blue"/>
  36.        <div class="ease"></div>
  37.      <div class="reset">
  38.        <input type="reset" value="RESET" id="button-blue"/>
  39.        <div class="ease"></div>
  40.      </div>
  41.     </form></span></div></div> 
  42.             <script src="scripts/bootstrap.min.js"></script>
  43.     <script src="scripts/hipster.js"></script>'; echo $login; ?>
  44. </body>
  45. </html>
Add Comment
Please, Sign In to add comment