forked from yashwanths814/nammayatri
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp_and_support.html
More file actions
31 lines (28 loc) · 1.03 KB
/
help_and_support.html
File metadata and controls
31 lines (28 loc) · 1.03 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Help and Support</title>
<link rel="icon" href="https://github.com/nammayatri/nammayatri/raw/main/public/favicon.ico">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="help_and_support.css">
</head>
<body>
<div class="container">
<h1>Help and Support</h1>
<section class="support-section">
<h2>Developer Information</h2>
<p>Contact the developers for technical assistance.</p>
</section>
<section class="support-section">
<h2>Office Address</h2>
<p>Girija Building, Number 817, Ganapathi Temple Rd, 8th Block, Koramangala, Bengaluru, Karnataka 560095, India.</p>
</section>
<section class="support-section">
<h2>Email</h2>
<p><a href="mailto:inya-ai@nammayatri.in">inya-ai@nammayatri.in</a></p>
</section>
</div>
</body>
</html>