-
Notifications
You must be signed in to change notification settings - Fork 0
/
success.php
40 lines (31 loc) · 1.06 KB
/
success.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
<!DOCTYPE html>
<html>
<head>
<!--REDIRECTS TO DELETE PAGE-->
<meta http-equiv="Refresh" content="5; URL=deletestudent.php" />
<title>Barbados Community College - Web Portal</title>
<link rel="shortcut icon" href="imgs/titleimg.gif" />
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
<link href = 'http://fonts.googleapis.com/css?family=Open+Sans' rel = 'stylesheet' = type = 'text/css'>
</head>
<body>
<div id = "wrap">
<div id = "header">
<img src="imgs/bcclogo.gif" alt="log" />
<span style="float: right; padding-top: 10px;"><img src="imgs/portal.png" alt="portal photo" width="" height="150px"/></span>
</div>
<div id = "menu">
<?php include("menu.php") ?>
</div>
<div id = "content">
<h1>Barbados Community College - Web Portal</h1>
<h3> Success</h3>
</div>
<div id = "footer">
<h3>Barbados Community College - Web Portal</h3>
<p>© 2000 - <?php echo date("Y"); ?>, The Barbados Community College<br/>
Developed by: Khalil Greenidge & Romario Bates</p>
</p>
</div>
</body>
</html>