-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacts.php
51 lines (40 loc) · 2.2 KB
/
contacts.php
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
<!DOCTYPE html>
<head>
<title>ProCD- Documentation</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
</head>
<body>
<header>
<div class="main">
<br/><br/>
<h3>Pro<a>CD</a> <strong class="slog"></h3><br />
<h2><marquee>Prostate cancer Database</marquee></strong> </h2>
<div style="height:80px">
<nav>
<ul class="menu">
<li><a href="home.php">Home Page</a></li>
<li><a href="Documentation.php">Documentation</a></li>
<li><a href="Search.php">Search</a></li>
<li><a href="futurework.php">Future Work</a></li>
<li class="last-item"><a href="contacts.php">Contact</a></li>
</ul>
</nav>
</div>
<div style=" height:Auto">
<div style="background-color:lightgray; margin:-28px 100px 0px 0px;width:100%">
<p style="color:black; margin-left:20px"><br /><br />
<img src="images/shbz.png" alt="" /> </p>
<p style="color:blue;margin-left:12px;margin-right:10px;font-family:'Times New Roman'">
Mohammad Shahbaz Khan<br />
[email protected]<br /><br /></p>
<p style="color: white; background-color: black; border: black 2px solid;height:30px; width: 982px;font-family:'Times New Roman'">
                          
                          
                                     
         copyright@ProCD</p>
</div>
</div>
</div>
</header>
</body>