survey_seahorse

Software Engineering Project - Fall 2018
Log | Files | Refs | README

signup.php (392B)


      1 <html>
      2 <link rel="stylesheet" href="res/style.css">
      3 <form class="signup-form" action="res/register.php" method="POST">
      4   <h2> Signup </h2>
      5   <input type="text" name="email" placeholder="Email">
      6   <input type="text" name="username" placeholder="User Name">
      7   <input type="password" name="password" placeholder="Password">
      8   <button type="submit" name="submit">Sign Up</button>
      9 </form>
     10 </html>