-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimportant_dates.html
More file actions
28 lines (28 loc) · 940 Bytes
/
important_dates.html
File metadata and controls
28 lines (28 loc) · 940 Bytes
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
<html>
<head>
<title>Sahani University</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img src="logo.jpg" alt="University Logo">
<h1>Sahani University</h1>
</header>
<div id="sidebar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="program_list.html">Program List</a></li>
<li><a href="registration.html">Registration</a></li>
<li><a href="important_dates.html">Important Dates</a></li>
</ul>
</div>
<div id="main">
<h1 style="text-align: center;">Important Dates</h1>
<ul>
<li><h3>Start Date of Admission - 25/03/2021</h3></li>
<li><h3>End Date of Admission - 25/04/2021</h3></li>
<li><h3>start date of commencement of programme - 01/07/2021</h3></li>
</ul>
</div>
</body>
</html>