root/website/faq.php
| Revision 43, 251 bytes (checked in by comix, 1 year ago) |
|---|
| Line | |
|---|---|
| 1 | <? |
| 2 | |
| 3 | $page = "faq"; |
| 4 | $page_description = "Hydrogen Frequently Asked Questions"; |
| 5 | |
| 6 | include "header.inc"; |
| 7 | |
| 8 | ?> |
| 9 | <table border="1" width="100%" cellspacing="5" cellpadding="5"> |
| 10 | <tr> |
| 11 | <td> |
| 12 | bla bla bla |
| 13 | </td> |
| 14 | </tr> |
| 15 | </table> |
| 16 | <? |
| 17 | include "footer.inc"; |
| 18 | |
| 19 | |
| 20 | ?> |
| 21 |
Note: See TracBrowser for help on using the browser.
