-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinserted.html
39 lines (37 loc) · 1.32 KB
/
inserted.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
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="style1.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@700&display=swap" rel="stylesheet">
<title>Dabbawala</title>
</head><body>
<div class="top-container">
<a class="header-link" href="aboutus.html">About Us</a>
<a class="header-link" href="index.html">Home</a>
<a class="header-link" href="Homecook.html">Register as Home Cook</a>
<a class="header-link" href="customer.html">Register as Customer</a>
</div>
<div class="CANCELLED">
<p style="text-align: center;
font-size: 200%;
padding-right: 4%;
padding-top: 15%;
letter-spacing: 1.5px;
font-family: 'DM Sans', sans-serif;
color: #818686;">
Registration Successful
</p>
</div>
<div class="CANCELLED">
<p style="text-align: center;
font-size: 280%;
padding-right: 4%;
padding-top: 5%;
letter-spacing: 2px;
font-family: 'DM Sans', sans-serif;
color: #077F94;">
Payment Details will be conveyed via registered Email Id
</p>
</div>
</body>