| Current Path : /var/www/html/rkala/data/ |
| Current File : /var/www/html/rkala/data/Main.php |
<html>
<link rel="icon" type="image/png" href="favicon.ico">
<body>
<script src="js/jquery-2.1.3.js"></script>
<script src="js/bootstrap.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<style>
table, th, td {
font-size: 25px;
padding: 50px;
border: 0px solid black;
border-collapse: collapse;
}
th, td {
padding: 20px;
text-align: center;
}
table#t02 {
border: 2px solid black;
}
table#t02 th {
background-color: black;
color: white;
}
table#t01 tr:nth-child(even) {
background-color: #ded;
}
table#t01 tr:nth-child(odd) {
background-color:#fff;
}
table#t01 th {
background-color: black;
color: white;
}
.modal-header, h4, .close {
background-color: #5cb85c;
color:white !important;
text-align: center;
font-size: 30px;
}
h2{
background-color: #eee;
color:white !important;
text-align: right;
padding-right : 50px;
font-size: 20px;
}
.modal-footer {
background-color: #f9f9f9;
}
</style>
<h1 align="center">
Peer Review Portal
</h1><br><br>
<h3>
<!-- <form action="student_insert.php"> -->
<table align="center" id="t02"><tr><td>
<form action="logon.php">
<input type="submit" value="T.A." />
</form></td></tr><tr><td>
<!-- <form action="login.php"> -->
<form action="logon.php">
<input type="submit" value="Students" />
</form></td></tr>
</table>
</h3>
</body>
</html>