-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbottom_pane.php
More file actions
executable file
·30 lines (28 loc) · 1023 Bytes
/
bottom_pane.php
File metadata and controls
executable file
·30 lines (28 loc) · 1023 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
29
30
<div class="bottom_pane" style="width:1000px">
<div class="span17">
</div>
<div class="row">
<div class="span15 offset3">
<div class="row">
<div class="span12 offset3">
<table width="100%" style="text-align:center;">
<tbody>
<tr width="100%">
<td width="100%">
<a href="index.php"> Home </a>
<a href="about.php"> About </a>
<a href="team.php"> Team </a>
<a href="press.php"> Press </a>
<a href="mission.php"> Mission </a>
<a href="contact_us.php"> Contact Us</a>
<a href="registry.php"> Registry </a>
<a href="terms.php"> Terms & Privacy</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>