-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
106 lines (34 loc) · 1.34 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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<link rel='stylesheet' type='text/css' href='css/stylelogin.css' />
<title> offers</title>
</head>
<body >
<div class='header' >
<h1><a href="http://www.auplod.com/i-lupoad430b3.html"><img src="http://www.auplod.com/u/lupoad430b3.gif" alt="Image" border="0" /></a><br> to offers page</h1>
</div>
<div id='center_box' >
<div id='image'>
</div>
<div id="log_in">
<form action="php/LoginClass.php" method="post" class="form-signin">
<fieldset>
<input class="form-control" name="ShopName" placeholder="Shop Name" id="username" type="text"><br>
<input class="form-control" name="Password" placeholder="Password" id="password" type="password">
<br><br>
<input type="submit" id="btnLoginIndex" value="Login" class="styleBtnIndex">
<input type="button" id="btnSignupIndex" value="SignUp" class="styleBtnIndex" onclick="window.location.href='register.php'">
</fieldset>
</form>
</div>
<div id="radio">
<input type='checkbox' checked='checked' />Remeber the password <br />
</div>
</div>
<div class='footer'>
<p><b> Thank you for your choise!!!</b></p>
</div>
</body>
</html>