Added title tags
authorarjen <arjen>
Sat, 27 Oct 2007 08:37:44 +0000 (08:37 +0000)
committerarjen <arjen>
Sat, 27 Oct 2007 08:37:44 +0000 (08:37 +0000)
src/web/menu.html

index 3ea50d2..8981180 100644 (file)
@@ -6,12 +6,13 @@
 <title>GnuCoMo Web Interface</title>
 </head>
 <body>
-   <a href='objects.php' target='main'><img src='server.png' alt='Objects'></a>
-   <a href='users.php' target='main'><img src='user.png' alt='Users'></a>
-   <a href='services.php' target='main'><img src='service.png' alt='Services'></a>
-   <a href='issues.php' target='main'><img src='bell.png' alt='Issues'></a>
-   <a href='classes.php' target='main'><img src='change.png' alt='Classes'></a>
-   <a href='logout.php' target='main'><img src='exit.png' alt='Logout'></a>
+   <a href='login.php' target='main'><img src='small-logo.png' title='Gnucomo' alt='Gnucomo'></a>
+   <a href='objects.php' target='main'><img src='server.png' title='Objects' alt='Objects'></a>
+   <a href='users.php' target='main'><img src='user.png' title='Users' alt='Users'></a>
+   <a href='services.php' target='main'><img src='service.png' title='Services' alt='Services'></a>
+   <a href='issues.php' target='main'><img src='bell.png' title='Issues' alt='Issues'></a>
+   <a href='classes.php' target='main'><img src='change.png' title='Classes' alt='Classes'></a>
+   <a href='logout.php' target='main'><img src='exit.png' title='Logout' alt='Logout'></a>
    <hr>
 
 </body>