-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmocksis.html
More file actions
56 lines (56 loc) · 1.62 KB
/
Copy pathmocksis.html
File metadata and controls
56 lines (56 loc) · 1.62 KB
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
51
52
53
54
55
56
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="Style.css" type="text/css" />
<title>Home Page</title>
</head>
<body>
<table width="100%" height="100%">
<tr height="15%">
<td><?php include 'Header.php';?></td>
</tr>
<tr height="80%">
<td align="center" valign="baseline">
<table width="70%">
<tr height="10%">
<td align="center">
<a
href="index.php"
class="stylelink"
style="textdecoration: none"
>Home</a
>
</td>
<td align="right">
<a
href="Student_login.php"
class="stylelink"
style="text-decoration: none"
>Student Login</a
>
<a
href="Admin_login.php"
class="stylelink"
style="textdecoration: none"
>Administrator Login</a
>
</td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
</td>
</tr>
<tr height="5%">
<td><?php include 'Footer.php';?></td>
</tr>
</table>
</body>
</html>