-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathheader.php
23 lines (21 loc) · 1.22 KB
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>GVP Academics</title>
<link href="stylesheets/public.css" media="all" rel="stylesheet" type="text/css" />
<script src="javascripts/functions.js" type="text/javascript"></script>
<link href="stylesheets/SpryAccordion.css" rel="stylesheet" type="text/css" />
<script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
<link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css">
</head>
<header align="center" >
<!--<table align="center">
<tr><td><a href="index.php"><img src="../images/gvpLogo.png" alt="GVPCOE" width="70px" height="70px"></a></td>
<td><h1 align="center">GVP Academics</h1></td></tr></table>-->
</header>
<body bgcolor="#FFFFFF" style="background-color:#FFF" align="center">
<a href="login.php" target="_parent"><img src="../images/banner.jpg" align=""> </a>
</body>
</html>