-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.php
43 lines (42 loc) · 1.23 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" />
<title>ACAR - Giriş Sayfası</title>
<link href="css/stil.css" rel="stylesheet" type="text/css" />
</head>
<body>
<p> </p>
<p> </p>
<form name="giris_form" method="post" action="denetim.php">
<table width="285" border="0" align="center" cellpadding="1" cellspacing="1">
<tr>
<td> </td>
<td class="giris_td"><img src="images/uye.png" width="48" height="48" /></td>
</tr>
<tr>
<td>Kullanıcı Adı:</td>
<td><input type="text" name="kullanici_adi" /></td>
</tr>
<tr>
<td>Şifre:</td>
<td><input type="password" name="parola" /></td>
</tr>
<tr>
<tr>
<td>Beni Hatırla:</td>
<td><input type="checkbox" name="hatırla" value="0" /></td>
</tr>
<tr>
<td> </td>
<td><input type="submit" name="gonder" value="Giriş Yap" /></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
</form>
<center><a href="uyelik.php">Hesabın yokmu? Ozaman üye Ol</a></center>
</body>
</html>