49
 
	50
 
	1
 
	<!DOCTYPE html>
 
	2
 
	<html>
 
	3<head>
 
	<title/> تسجيل الدخول <title>
 
	</head>
 
	<body>
 
	<div class="container">
 
	<h2/> تسجيل الدخول <h2>
 
	<form method="POST" action="login.php">
 
	>label for="username"< اسم المستخدم:>/label<
 
	<input type="text" name="username" required> <br> <br>
 
	>label for="password"< كلمة المرور: >/label<
 
	< input type=password" name="password" required> <br>-
 
	>input type="submit" value="د" تسجيل الدخول
 
	</form>
 
	</body>
 
	</html>