-
Notifications
You must be signed in to change notification settings - Fork 34
/
contact.html
38 lines (28 loc) · 1.28 KB
/
contact.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
<!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">
<link rel="stylesheet" href="style.css">
<title>Contact</title>
<link rel="shortcut icon" href="/icons/icon.ico" type="image/x-icon">
</head>
<body>
<div class="information">
<div class="pagelinks">
<a href="/privacy-policy.html" target="_blank">Privacy Policy</a>
<a href="/terms-and-conditions.html" target="_blank">Terms And Conditions</a>
<a href="https://github.com/pulkitpareek18/netflix" target="_blank">Source Code</a>
<a href="/contact.html" target="_blank">Contact</a>
</div>
<h2>Contact Us</h2>
<p>At NETFLIX KE PITAJI, we value your feedback and are always here to help. If you have any questions,
concerns, or suggestions, please don't hesitate to reach out to us.</p>
<p>You can contact us via the following methods:</p>
<h2>Email:</h2>
<p>If you prefer to communicate via email, you can reach us at [email protected]. We will make every
effort to respond to your inquiry as soon as possible.</p>
</div>
</body>
</html>