-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.php
More file actions
30 lines (29 loc) · 754 Bytes
/
Copy pathcontact.php
File metadata and controls
30 lines (29 loc) · 754 Bytes
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>MDBMS--CONTACT</title>
</head>
<body>
<div class=contact>
<style type="text/css">
div.contact
{ position:absolute;
top:200px;
left:200px;
}
</style>
<h1>Contact Us</h1>
<br/>
<h2>Please free to contact us regarding any queries you may have about the MDBMS</h2>
<br/>
<br/>
Rajiv Shaji Paul
<br/>Ph:9349032723; Email ID:rajivshajipaul.mec@gmail.com<br/>
Ramees Roshan
<br/>Ph:9539607389; Email ID:rameesroshan.mec@gmail.com<br/>
Pritish Kishore Kumar
<br/>Ph:9847061066; Email ID:pritishkishore.mec@gmail.com<br/>
</div>
</body>
</html>