-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnav.php
34 lines (33 loc) · 1.04 KB
/
nav.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
31
32
33
34
<div id='navbar'>
<table style="border-style: outset; border-color: #999999;">
<tr>
<td>
<img align="left" src="images/sumoLarge2cropped.png" width="328" height="100" alt="SUMO"/>
<td width=100% height="100" align="center"><h1><?php echo "$thisPage" ?></h1> </td>
<img align="right" src="images/University_of_Maryland.png" width="100" height="100" alt="SUMO"/>
</td>
</tr>
</table>
<table bgcolor=#900000 style="border-color: #CCCC00; width:100%; border-style: outset;">
<tr>
<td align=center >
<a href="Homepage.html">Home</a>
</td>
<td align=center >
<a href="ObsBios.html">Our Team </a>
</td>
<td align=center >
<a href="TelescopeBios.html">Equipment </a>
</td>
<td align=center >
<a href="OSCAARbio.html">OSCAAR </a>
</td>
<td align=center >
<a href="Asteroids.html">Asteroids </a>
</td>
<td align=center>
<a href="http://www.astro.umd.edu/openhouse/obs-data/">Data</a>
</td>
</tr>
</table>
</div>