-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopen.txt
48 lines (48 loc) · 2.68 KB
/
open.txt
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
<div class="mb-3">
<label for="exampleInputPassword1" class="form-label">Wheat</label>
<input class="form-control" id="exampleInputPassword1" placeholder="Enter Todays Market Price ₹">
</div>
<div class="mb-3">
<label for="exampleInputPassword1" class="form-label">Rice</label>
<input class="form-control" id="exampleInputPassword1" placeholder="Enter Todays Market Price ₹">
</div>
<div class="mb-3">
<label for="exampleInputPassword1" class="form-label">Mung dal</label>
<input class="form-control" id="exampleInputPassword1" placeholder="Enter Todays Market Price ₹">
</div>
<div class="mb-3">
<label for="exampleInputPassword1" class="form-label">Urad dal</label>
<input class="form-control" id="exampleInputPassword1" placeholder="Enter Todays Market Price ₹">
</div>
<div class="mb-3">
<label for="exampleInputPassword1" class="form-label">Chana dal</label>
<input class="form-control" id="exampleInputPassword1" placeholder="Enter Todays Market Price ₹">
</div>
<div class="mb-3">
<label for="exampleInputPassword1" class="form-label">Moonga Phalee</label>
<input class="form-control" id="exampleInputPassword1" placeholder="Enter Todays Market Price ₹">
</div>
<div class="mb-3">
<label for="exampleInputPassword1" class="form-label">Jawar</label>
<input class="form-control" id="exampleInputPassword1" placeholder="Enter Todays Market Price ₹">
</div>
<div class="mb-3">
<label for="exampleInputPassword1" class="form-label">Bajra</label>
<input class="form-control" id="exampleInputPassword1" placeholder="Enter Todays Market Price ₹">
</div>
<div class="mb-3">
<label for="exampleInputPassword1" class="form-label">Potato</label>
<input class="form-control" id="exampleInputPassword1" placeholder="Enter Todays Market Price ₹">
</div>
<div class="mb-3">
<label for="exampleInputPassword1" class="form-label">Onion</label>
<input class="form-control" id="exampleInputPassword1" placeholder="Enter Todays Market Price ₹">
</div>
<div class="mb-3">
<label for="exampleInputPassword1" class="form-label">Tomato</label>
<input class="form-control" id="exampleInputPassword1" placeholder="Enter Todays Market Price ₹">
</div>
<div class="mb-3">
<label for="exampleInputPassword1" class="form-label">Sugar</label>
<input class="form-control" id="exampleInputPassword1" placeholder="Enter Todays Market Price ₹">
</div>