-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.php
44 lines (40 loc) · 1.97 KB
/
home.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
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>HOME</title>
</head>
<body link="#ffffff" bgcolor="#C8E4FF" alink="Black" vlink="black">
<table border=0 width="100%" align="center">
<tr bgcolor="#C8E4FF">
<td align="center">
<center><table border=0 width=75%>
<tr bgcolor="#C8E4FF" align="center">
<td align="left"><img src="./images/logo1.png" width="280" height="150" ></td>
<td align="Right"><br><br><br><br><br><font face="Calibri" size="5"><a href="page/admin.php">Admin Login</a></font></td>
</tr>
<tr bgcolor="teal" >
<td height="40" colspan="3"><pre><font face="Arial" size="4"> <a href="home.php">Home</a> | <a href="page/about1.php">About Us</a> | <a href="page/gallery.php">Photo Gallery</a> | <a href="brnch.php">Branch</a> </a></pre></font></td>
</tr>
<tr bgcolor="#ffffff">
<td colspan="3"><img src="./images/h.png" width="1000" height="250" ></td>
</tr>
<tr>
<td colspan=3><a href="page/v.php"><img src="./images/view.png" width="1000" height="250" ></a></td>
</tr>
<tr>
<td colspan=3><a href="page/search.php"><img src="./images/view2.png" width="1000" height="270" ></a></td>
</tr>
<tr bgcolor="teal">
<td height="40" colspan="3" align="left"><pre><font face="Arial" size="4"> <a href="home.php">Home</a> | <a href="page/about1.php">About Us</a> | <a href="page/gallery.php">Photo Gallery</a> | <a href="page/branch.php">Branch</a> | <a href="p.php">Help</a></pre></font></td>
</td>
</tr>
<tr bgcolor="#F89B51">
<td align="center" colspan="3"><font face="Arial" size="2" color="#000000">© Copyright Digital Library 2014-2015. All rights reserved.</font><br>
Made By: Deepti Garg And Swati Agrawal- <a href=c.php>Contact Us</a></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>