-
Notifications
You must be signed in to change notification settings - Fork 1
/
error.html
45 lines (34 loc) · 1.3 KB
/
error.html
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
<html>
<head>
<title>STATE INSTITUTE OF EDUCATION</title>
<link href="style/style.css" rel="stylesheet" type="text/css" media="all">
<link rel="stylesheet" href="stylesheet-image-based.css">
<style type="text/css">
.login_error{
position: relative;
top: 30px;
width: 700px;
height: 60px;
box-shadow: 1px 3px 4px #ccc;
background-color: #fff;
color: #484067;
margin: auto;
padding: 10px;
font-size: 16px;
text-align: center;
border: 1px solid #eee;
}
</style>
</head>
<body>
<div class="top"><div class="logo"><img src="images/logo.png"/></div><div class="lable"><div class="up">Directorat Of Education Andaman And Nicobar</div>State Institute Of Education</div></div>
<div class="menu"><div class="nav">
<ul>
<li ><a href="index.php">Home</a></li>
<li ><a href="report.html">Report</a></li>
<li ><a href="student.html">Students</a></li>
<li ><a href="about.html">About</a></li>
</ul></div></div>
<div class="login_error">You are not a valid Member of the SIE Please contact System Adminstrator</div>
</body>
</html>