| <html> | |
| <head> | |
| <title>the blab</title> | |
| <link REL="stylesheet" TYPE="text/css" HREF="images/forum.css"> | |
| </head> | |
| <body> | |
| <img src="images/blabheader.gif" width="350" height="58"> | |
| <br> | |
| <b> | |
| <a href="/forumdemo/index.html">Home</a> | <a href="/forumdemo/post.html">Post a message</a> | <a href="/forumdemo/servlet/forum?action=list">View messages</a> | |
| </b> | |
| <hr> | |
| <br> | |
| <center> | |
| <p> | |
| This is a simple demo of a Forum board built with <a href="http://jakarta.apache.org/velocity">Velocity</a>. | |
| </p> | |
| <table border="0" cellpadding="5" cellspacing="0"> | |
| <tr> | |
| <td bgcolor="#4a8ed6" align="center"> | |
| Today's <b>blab</b> Topic: | |
| </td> | |
| </tr> | |
| <td bgcolor="#eeeeee" align="center"> | |
| <a href="/forumdemo/servlet/forum?action=list">What would a chair look like if your knees bent the other direction?</a><br><br> | |
| Come on let's blab! | |
| </td> | |
| </tr> | |
| </table> | |
| </center> | |
| </body> | |
| </html> |