Server IP : 68.65.122.142 / Your IP : 3.149.255.60 Web Server : LiteSpeed System : Linux server167.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : glenirhm ( 1318) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/glenirhm/.cpanel/../mygc.glenbowcollege.ca/student/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Register</title> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css"> <link href="../common/style.css" rel="stylesheet" type="text/css"> </head> <body> <div class="register"> <h1>Register</h1> <form action="register.php" method="post" autocomplete="off"> <label for="username"> <i class="fas fa-user"></i> </label> <input type="text" name="username" placeholder="Username" id="username" required> <label for="fname"> <i class="fas fa-user"></i> </label> <input type="text" name="fname" placeholder="First name" id="fname" required> <label for="lname"> <i class="fas fa-user"></i> </label> <input type="text" name="lname" placeholder="Last name" id="fname" required> <label for="password"> <i class="fas fa-lock"></i> </label> <input type="password" name="password" placeholder="Password" id="password" required> <label for="password"> <i class="fas fa-lock"></i> </label> <input type="password" name="passwordconfirm" placeholder="Password Confirm" id="passwordconfirm" required> <label for="email"> <i class="fas fa-envelope"></i> </label> <input type="email" name="email" placeholder="Email" id="email" required> <input type="submit" value="Register"> </form> </div> </body> </html>