root/trunk/web/menuintro.php @ 140

Revision 120, 318 bytes (checked in by andreu, 13 years ago)

first monitoring web site

Line 
1<?php
2
3print "        <div id=\"menuV\"> \n";
4print "         <ul class=\"n1\"> \n";
5print "          <li><a href=\"index.php?section=intro\">Intro</a> \n";
6print "          </li> \n";
7print "          <li><a href=\"index.php?section=res\">Resume</a></li> \n";
8print "         </ul> \n";
9print "        </div> \n";
10
11?>
Note: See TracBrowser for help on using the browser.