-
Notifications
You must be signed in to change notification settings - Fork 3
/
dashboard.php
70 lines (63 loc) · 2.03 KB
/
dashboard.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1, user-scalable=0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<link rel="stylesheet" href="center/css/centerfont.css">
<link href="center/css/jquery/jquery-ui-1.10.3.custom.css" media="screen" rel="stylesheet" type="text/css" />
<link href="center/css/center.css" media="screen" rel="stylesheet" type="text/css" />
<title>CBQS</title>
<meta name="description" content="Online Examination system for Educational Organizations">
<meta name="keywords" content="Online Examination System">
<link rel="stylesheet" href="assets/style.css">
</head>
<body style="background-color: #EAEDF1;">
<div id="main_body">
<div class="container">
<div>
<div style="margin-top:10px">
<center>
<img src="assets/images/login.png" >
<div style="margin:auto; width:100%;">
<ul>
<li>
<section class="center">
<a href="login.html">
<div class="text">
<h2>ADMIN</h2>
</div>
</a>
</section>
</li>
<li>
<section class="student">
<a href="login.html">
<div class="text">
<h2>STUDENT</h2>
</div>
</a>
</section>
</li>
<li>
<section class="admin">
<a href="login.html">
<div class="text">
<h2>TEACHER</h2>
</div>
</a>
</section>
</li>
</ul>
</div>
</center>
<div style="clear:both;color:#aaa; padding:20px;">
<center>© 2019 <a href="#" target="_blank">Class Base Quiz System</a></center>
<center></center>
</div> </div>
</div>
</div>
</div>
</body>
</html>