-
Notifications
You must be signed in to change notification settings - Fork 0
/
signupask.php
56 lines (50 loc) · 1.81 KB
/
signupask.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
44
45
46
47
48
49
50
51
52
53
54
55
56
<?php
require("includes/common.php");
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Products | FPFS</title>
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
</head>
<body>
<?php
include 'includes/header.php';
?>
<div class="thumbnail">
<div class="row text-center" >
<div class="col-sm-6">
<a href="signupfarmer.php" >
<div class="thumbnail">
<img src="img/Farmer.png" alt="">
<div class="caption">
<h3>किसान आवेदन करें </h3>
</div>
</div>
</a>
</div>
<div class="col-sm-6">
<a href="signup.php" >
<div class="thumbnail">
<img src="img/Screenshot (1425).png" alt="">
<div class="caption">
<h3>खरीददार आवेदन करें </h3>
</div>
</div>
</a>
</div>
</div>
</div>
<!--Item categories listing end
</div>
-->
<!--Footer-->
<?php
include 'includes/footer.php';
?>
</body>
</html>