-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontactus.html
More file actions
30 lines (29 loc) · 803 Bytes
/
contactus.html
File metadata and controls
30 lines (29 loc) · 803 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us</title>
<style>
body{
background-color: black;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
color: aliceblue;
}
</style>
</head>
<body>
<center> <h1>Contact Us</h1></center>
<br><br>
<center>
<h3 >Adress: </h3>
<p>SCO 41,First Floor,Sector-19,Chandigarh</p>
<br>
<h3 >Phone No: </h3>
<p>7715263889,771628219</p><br>
<h3 >Email: </h3>
<p>chefbegins@gmail.com</p>
</center>
</body>
</html>