-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfed.html
71 lines (57 loc) · 2.74 KB
/
fed.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
<!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>Feedback-Cricbuzz</title>
<link rel="stylesheet" href="styles/fed.css">
<link rel="stylesheet" href="styles/navbar.css">
<link rel="stylesheet" href="styles/footer.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
</head>
<body>
<div id="navbar1"></div>
<div id="navbar2"></div>
<div id="for_bac">
<div id="main_contaner">
<div id="left">
<h2>Feedback</h2>
<p>Your feedback matters. Write to us if you have any questions, queries or suggestions regarding any page/content published on Cricbuzz.com.</p>
<div id="f_div">
<form action="">
<p>Name</p>
<input type="text" placeholder="Name" id="nam">
<p>Email</p>
<input type="text" placeholder="Email" id="eml">
<p>Subject</p>
<input type="text" placeholder="Subject" id="sub">
<p>Message</p>
<input type="text" placeholder="Message" id="mes">
<p>Upload screenshot of error or issue (optional) (jpg,png,gif)</p>
<input type="file">
<button id="alart">Submit</button>
</form>
</div>
</div>
<div id="right">
<h3>Office Contact Details</h3>
<p>TIMES INTERNET LTD.
Regd. Office: Express Building,
9-10, Bahadurshah Zafar Marg,
New Delhi, - 110002, INDIA
Corp. Office: No. 190-B, 2nd Floor,
HN Plaza,100 Ft Ring road,
6th Main, BSK 3rd Stage,
Bangalore - 560085, INDIA
Phone : 080-26790623</p>
<div id="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3684.387310917557!2d88.34107581492437!3d22.564613038950426!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a02779ff7e5b9af%3A0x1d1b1884bdbbbd79!2sEden%20Gardens!5e0!3m2!1sen!2sin!4v1655445594185!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
</div>
<div id="footer_div"></div>
</body>
</html>
<script src="./scripts/fed.js" type="module"></script>