Mini Kabibi Habibi

Current Path : C:/xampp/htdocs/Website/
Upload File :
Current File : C:/xampp/htdocs/Website/index.php

<!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>Log In</h3>

	<form action="includes/formhandler.inc.php" method="post">
		<input type="text" name="username" placeholder="Username">
		<br>
		<br>
		<input type="password" name="pwd" placeholder="Password">
		<br>
		<br>
		<input type="text" name="email" placeholder="E-mail">
		<br>
		<br>
		<button>Log In</button> <button>Create Account</button>
		<br>
		<br>
		<button>Change Account</button> <button>Delete Account</button>
	</form>

</body>

</html>