<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Media manager</title> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" /> <link href="styles.css" rel="stylesheet" type="text/css" /> </head> <body> <h1 align="center">Media Manager</h1> <h2>Movies</h2> <p><a href="movie_browse.php">Browser</a></p> <p><a href="movie_scan.php">Scan for new files</a></p> <p><a href="movie_link.php">Match movies to IMDB records (takes a little while to load)</a></p> <h2>Series</h2> <p>Browser</p> <p>Scan for new files</p> <h2>Music</h2> <p>Browser</p> <p>Scan for new files</p> </body> </html>