-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadmin_index.php
executable file
·32 lines (26 loc) · 1021 Bytes
/
admin_index.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="bootstrap.min.css">
<link rel=stylesheet href="code/doc/docs.css">
<link rel="stylesheet" href="bootstrap-datetimepicker.min.css">
<link rel="stylesheet" href="portal_design.css">
<script src="jquery.min.js"></script>
<script src="bootstrap.min.js"></script>
<title>Code here ;)</title>
<link rel='icon' href='IIITGLogo2.png'>
</head>
<body id="op_background">
<ul class="nav nav-tabs" >
<li class="active"><a href="admin_index.php">Home</a></li>
<li><a href="registration.php">Add_Student</a></li>
<li><a href="add_problem.php">Add_Problem</a></li>
<li><a href="addevent.php">Add_Event</a></li>
<li><a href="event.php">Event</a></li>
<li><a href="questions.php">View_Problems</a></li>
<li><a href="admin_submission.php?NAME=default">Submissions</a></li>
<li><a href="event_submission.php?Name=EVNT001/default">Event_Submissions</a></li>
<li><a href="logout.php">Logout</a></li>
</ul>
</body>
</html>