-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschedule.html
105 lines (95 loc) · 2.6 KB
/
schedule.html
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html>
<head>
<H1>Today's Delicious Menu </H1>
<style>
background-color:orange;
</style>
</head>
<body>
<hr>
<div class="meal-section">
<u> <h2>Breakfast </h2></u>
<p>Enjoy a wholesome start with...</p>
<ul>
<li>Poha with fresh veggies <img src="poha.jpg" alt="Poha with fresh veggies"></li>
<br>
<li>Fruit salad with yogurt <img src="fruit.jpg" alt="Fruit salad with yogurt"></li>
</ul>
<label for="food">Want Breakfast Today?</label>
<input type="checkbox" id="food">
<button>
<div class="Breakfast" ; style="color:black">
<a href="break.html"> Book you thali now</a>
</button>
</div>
<div class="meal-section">
<u><h2>Lunch </h2></u>
<p>Savor a fulfilling lunch with...</p>
<ul>
<li>Dal Tadka <img src="images/dal.jpg" alt="Dal Tadka"></li>
<br>
<li>Jeera Aloo <img src="images/aloo.jpg" alt="Jeera Aloo"></li>
<br>
<li>Roti or Rice?</li>
<br>
<div class="meal-options">
<br>
<label for="roti-count">Number of Rotis:</label>
<br>
<input type="number" id="roti-count" min="0">
<label for="rice">Include Rice?</label>
<input type="checkbox" id="rice">
<br>
<button>
<br>
<div class="lunch" ; style="color:black">
<label for="food">Want lunch Today?</label>
<input type="checkbox" id="food">
<a href="lunch.html"> Book you thali now</a>
</button>
</div>
</ul>
</div>
<div class="meal-section">
<br>
<u><h2>Dinner </h2></u>
<br>
<p>Wind down with a delightful end to your day...</p>
<ul>
<li>Paneer Tikka Masala <img src="images/paneer-tikka-masala.jpg" alt="Paneer Tikka Masala"></li>
<br>
<li>Vegetable Biryani <img src="images/vegetable-biryani.jpg" alt="Vegetable Biryani"></li>
<br>
<br>
<li>No.of Roti?</li>
<br>
<div class="meal-options">
<label for="Roti-count">Number of Roti:</label>
<br>
<input type="number" id="Roti-count" min="0">
<label for="Roti">Include Rice?</label>
<input type="checkbox" id="Rice">
<br>
<button>
<div class="dinner" ; style="color:black">
<label for="food">Want Dinner Today?</label
<br>
<input type="checkbox" id="food">
<a href="dinner.html"> Book you thali now</a>
</button>
</div>
</ul>
</div>
</body>
</html>
<div style="background-color: #FFCEB1; color: #EB3E1D; padding: 15px; text-align: center;">
<footer>
<p style="font-size:10px;text-align:center">© Thali 2024 made by @ PIYUSH SAHU</p>
</footer>
<br>
<script src="Thali.js"></script>
</div>
</div>
</body>
</html>