signup.html



<!DOCTYPE html>
<html>
<link href='login.css' rel="stylesheet">
<head>
        <title>Signup Pengguna Baru</title>
</head>

<body>
<img class="logo" src="logo.png">
<h6>Signup Pengguna Baru</h6>
<form method=post action=signup.php autocomplete="off">
   <input type="text" name="userid" placeholder="userid"><br>
   <input type="text" name="emel" placeholder="emel"><br>
   <input type="password" name="password" placeholder="password"><br>
   <input type="submit" value="Daftar">
   <p>Telah Mendaftar? <a href="login.html">Login disini</a>
</form>
</body>
</html>

Comments