Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
imohdalam committed Dec 26, 2021
1 parent e853a26 commit a80939b
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions include/eThesisBanner.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>eThesis Central Library</title>
</head>
<body>
<div>
<center>
<img src="image/eThesisBanner.png" alt="eThesis Banner" width="1519" height="200">
</center><br>
</div>
<div class="menu">
<ul class="ep_tm_menu">
<li>
<a href="thesis.php">All</a>
</li>
<li>
<a href="thesis_year.php">Year</a>
</li>
<li>
<a href="thesis_department.php">Departments</a>
</li>
<li>
<a href="thesis_subject.php">Subject</a>
</li>
<li>
<a href="thesis_supervisors.php">Supervisors</a>
</li>
<li>
<a href="thesis_type.php">Thesis Type</a>
</li>
</ul>
</div>
<br><br><br>
</body>
</html>

0 comments on commit a80939b

Please sign in to comment.