blob: e5c7d762afd6d50d0679f7a753c902457877f031 (
plain)
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
|
<!DOCTYPE html>
<html>
<head>
<% include head.html %>
</head>
<body>
<header>
<% include header.html %>
</header>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h1>Contact us</h1>
<p>
You may write to us at the following email ids, for any queries/suggestions.
</p>
<p>
contact-esim [at] fossee [dot] in
</p>
</div>
</div>
</div>
<footer class="footer">
<% include footer.html %>
</footer>
</body>
</html>
|