-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.php
More file actions
24 lines (19 loc) · 709 Bytes
/
Copy pathmenu.php
File metadata and controls
24 lines (19 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
?>
<div class='navigation'>
<div class="main-container full-width">
<div class="site-width">
<div class="logo-box">
<h3>AMSATSA</h3>
</div>
<div class="menu-box">
<a href="\index.php">Main</a>
<a href="\register_station.php">Register Your Station</a>
<a href="\hf_noise/dygraphs">Graph Beta Test</a>
<a href="\hf_noise/date_range_picker/index.php">List Export</a>
<a href="\about_us.php">About Us</a>
<a href="\contact_us.php">Contact Us</a>
</div>
</div> <!-- site-width -->
</div> <!-- main-container -->
</div>