Server : Apache System : Linux profile 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64 User : apache ( 48) PHP Version : 8.0.28 Disable Function : NONE Directory : /var/www/html/kpsingh/kpsingh/ |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title><?php echo $title?></title>
<link rel="stylesheet" type="text/css" href="css/base.css">
</head>
<body>
<div class = "temp">
<h1><?php echo $heading; ?></h1>
<?php echo $content; ?>
</div>
<div class = "wrapper">
<div class = "container">Dr. Krishna Pratap Singh</div>
</div>
<div class ="logo"></div>
<div class = "sidebar">
<ul>
<li><a href = "/home.php" id = "color"><h3>Home<h3></a></li>
<li><a href = "/adminres.php" id = "color"><h3>Administration<h3></a></li>
<li><a href = "/research.php" id = "color"><h3>Research</h3></a></li>
<li><a href = "/publications.php" id = "color"><h3>Publications</h3></a></li>
<li><a href = "/teaching.php" id = "color"><h3>Teaching<h3></a></li>
<li><a href = "/students.php" id = "color"><h3>Students</h3></a></li>
</ul>
</div>
</body>