-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.php
executable file
·31 lines (24 loc) · 1.1 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
<!doctype html>
<html>
<head>
<title>LOGIN</title>
<link href='http://icons.iconarchive.com/icons/iconleak/cerulean/128/science-chemistry-icon.png' rel='SHORTCUT ICON' />
</head>
<index>
<link rel="stylesheet" type="text/css" href="css/style2.css" />
<body background="img/wallpaper/wallpaper-login.jpg">
<center>
<font size="+3" face="Bebas Neue">GREGGY LAUNDRY ONLINE<br></font>
<font size="2px" face="Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana, sans-serif">best premium laundry in Kota Malang<br></font>
<br>
<form action="process/cekLogin.php" method="post" class="expose">
<input type="text" size="25px" name="username" placeholder="Username" style="text-align:center"> <br /><br>
<input type="password" size="25" name="password" id="password" placeholder="Password" style="text-align:center"><br /><br />
<input type="submit" class="tombol" name="login" value="LOGIN">
<br><br>
<font size="2">Belum terdaftar? Silakan mendaftar dulu,hubungi <b>Administrator.</b></font>
</form>
</center>
</index>
</body>
</html>