Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
secretswithcode authored Mar 8, 2024
0 parents commit 19b28e0
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Time table</title>
</head>
<body>
<br><br>
<table border="1px" cellpadding="10" bgcolor="yellow">
<tr>
<th colspan="6"><b>CULTURAL DAY SOE</b></th>
</tr>
<tr>
<th>AREA</th>
<th>10am -11am</th>
<th>11am - 12pm</th>
<th>12pm - 1pm</th>
<th>1pm - 2pm</th>
<th>2pm - 3pm</th>
</tr>
<tr>
<th>SENIOR SECTION</th>
<td>Special Assembly</td>
<td>Welcome chief guest</td>
<th rowspan="2">LUNCH</th>
<td>Stalls presentation</td>
<td> Cultural Meuseum</td>
</tr>
<tr>
<th>Jinnah Hall</th>
<td colspan="2"><center>Cultural stalls</center></td>
<td colspan="2"><center>Cultural Skits/Dance</center></td>
</tr>
</table>
</body>
</html>

0 comments on commit 19b28e0

Please sign in to comment.