Mini Kabibi Habibi
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/main.css">
<title>Document</title>
</head>
<body>
<h3>Create Account</h3>
<form action="includes/formhandler.inc.php" method="post">
<input type="text" name="username" placeholder="Username">
<input type="password" name="pwd" placeholder="Password">
<input type="text" name="email" placeholder="E-mail">
<button>Create Account</button>
</form>
</body>
</html>