]> git.treefish.org Git - banana.git/blob - nav.inc
...
[banana.git] / nav.inc
1 <?php
2   require "head.inc";
3 ?>
4
5 <style type="text/css">
6   a:link { text-decoration:none; font-weight:normal; color:blue; }
7   a:visited { text-decoration:none; font-weight:normal; color:blue; }
8   a:hover { text-decoration:none; font-weight:normal; background-color:yellow; }
9   a:active { text-decoration:none; font-weight:normal; color:blue; }
10   a:focus { text-decoration:none; font-weight:normal; color:blue; }
11 </style>
12
13
14 <a href="submit.php">submit</a>
15  | 
16 <a href="register.php">register</a>
17  | 
18 <a href="lastsubmit.php">last submit</a>
19
20 <br><br>