-
Notifications
You must be signed in to change notification settings - Fork 1
/
next.html
39 lines (39 loc) · 2.18 KB
/
next.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="https://img.freepik.com/premium-vector/restaurant-logo-with-spoon-fork-icon-modern-concept-lines_510136-228.jpg?semt=ais_hybrid" type="png">
<title>My Site</title>
</head>
<body>
<div class="bb"><img src="https://d3dyfaf3iutrxo.cloudfront.net/general/upload/03479a3952a4415d8e5e23e7ce9e61ce.jpg">
<div class="r">dine<br><br>Reservations</div>
<p class="par">We can’t wait to host you. If you have any special<br>
requirements please feel free to call on the phone<br>
number below. We’ll be happy to accommodate you.</p>
</div>
<div class="bbbb">
<form>
<input class="name" type="text" name="name" placeholder="Name">
<input class="name" type="email" name="Mail" placeholder="Email">
<div id="date">
<h1 class="h">Pick a date
<input style="width:70px;height:30px;" id="month" type="number" name="month" placeholder="MM" min="01" max="12" class="calendar" required/>
<input style="width:70px;height:30px;" id="day" type="number" name="day" placeholder="DD" min="01" max="31" class="calendar" required/>
<input style="width:140px;height:30px;" id="year" type="number" name="year" placeholder="YYYY" min="2024" class="calendar" required/>
</h1>
</div>
<div id="date"></div>
<h1 class="h">Pick a time
<input style="width:120px;height:30px;border:none;border-bottom:1px solid grey;margin-left:50px" id="hours" type="number" name="month" placeholder="HH" min="01" max="12" class="calendar" required/>
<input style="width:120px;height:30px;border:none;border-bottom:1px solid grey;" id="hours" type="number" name="day" placeholder="MM" min="00" max="59" class="calendar" required/>
</h1>
<div><button class="sb" type="submit">MAKE RESERVATION</button></div>
</div>
</div>
</form>
</div>
</body>
</html>