<html> <head> <link rel="stylesheet" type="text/css" href="css/menu.css"> </head> <body> <nav> <ul> <li><a href="index.php">Home</a></li> <li><a href="addevent.php">Add an Event</a></li> <li><a href="search.php">Search</a></li> <li><a href="logout.php">Logout</a></li> </ul> </nav> </body> </html>