
<html>
<head>
<title>Üye Giriş Sayfası</title>
</head>
<body>
<form method="POST" action="giris_kontrol.asp">
Kullanıcı Adı : <input type="text" name="isim">
<br>
Parola : <input type="password" name="parola">
<br>
<input type="submit" value="GİRİŞ">
</form>
</body>
</html>