forked from puranik3/myproject-sapient-jul-2022
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
40 lines (35 loc) · 1.45 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
39
40
<!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>Contacts</title>
</head>
<body>
<h1>Contact</h1>
<hr />
<p>Add in your email id here</p>
<ol>
<li>Prashanth - [email protected]</li>
<li>Sumedh - [email protected]</li>
<li>[email protected]</li>
<li>Basavaraj - [email protected]</li>
<li>Neha - [email protected]</li>
<li>Megha - [email protected]</li>
<li>Nidhi - [email protected]</li>
<li>[email protected]</li>
<li>Aaron - [email protected]</li>
<li>praveen - [email protected]</li>
<li>Sruthi - [email protected]</li>
<li>Sathish - [email protected]</li>
<li>Sumedh - [email protected]</li>
<li>Ritika - [email protected]</li>
<li>Prajwal Megalamani - [email protected]</li>
<li>Ankit - [email protected]</li>
<li>Rehan - [email protected]</li>
<li>Prarthana - [email protected]</li>
</ol>
</form>
</body>
</html>