-
Notifications
You must be signed in to change notification settings - Fork 0
/
annualm.php
30 lines (26 loc) · 1008 Bytes
/
annualm.php
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
29
30
<?php
require('include/header.php');
?>
<section class="how-it-works-sec" style="background:#e6d4d4" >
<h6>Browse through our annual meetings held on 29th dececember each year in Bumuddu</h6>
<ul >
<li>
<a href="2015.php;">2015</a>
</li>
<li>
<a href="2016.php">2016</a>
</li>
<li>
<a href="2017.php">2017</a>
</li>
<li>
<a href="2018.php">2018</a>
</li>
<li>
<a href="2019.php">2019</a>
</li>
</ul>
</section>
<?php
require('include/footer.php');
?>