| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <!-- Content Stylesheet for Site --> |
| |
| |
| <!-- start the processing --> |
| <!-- ====================================================================== --> |
| <!-- Main Page Section --> |
| <!-- ====================================================================== --> |
| <html> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> |
| |
| |
| <!-- |
| |
| |
| |
| |
| --> |
| |
| |
| <meta name="author" value="Jon S. Stevens"> |
| <meta name="email" value="jon@latchkey.com"> |
| |
| <title>The Jakarta Project</title> |
| </head> |
| |
| <body bgcolor="#ffffff" text="#000000" link="#525D76"> |
| <table border="1"> |
| <tr> |
| <td> |
| |
| <strong>Home</strong> |
| <ul> |
| <li> <a href="./index.html">Front Page</a> |
| </li> |
| </ul> |
| <strong>About</strong> |
| <ul> |
| <li> <a href="./about/index.html">About</a> |
| </li> |
| </ul> |
| </td> |
| <td> |
| |
| <p> |
| This is an example template that gets processed. |
| </p> |
| <img src="./images/velocity.gif" width="329" height="105" align=""> |
| <table border="1"> |
| <tr> |
| <td> |
| It even has a table in it! |
| </td> |
| </tr> |
| </table> |
| <h3>And an h3 tag</h3> |
| <p> here is another section </p> |
| <p><a href="./about/index.html">A link to a sub page</a></p> |
| </td> |
| </tr> |
| </table> |
| </body> |
| </html> |
| <!-- end the processing --> |
| |
| |
| |
| |
| |