| 1234567891011121314151617181920 |
- <?php
- session_start();
- // Pages created in subdirs need ../ appended.
- $url_prefix = getenv("URLPREFIX");
- ?>
- <html>
- <head>
- <title>ccan</title>
- <head>
- <body bgcolor="FFFFCC">
- <table align="center" width="100%" bgcolor="FFFFFF">
- <tr>
- <th>
- <img src="<?=$url_prefix?>ccan.jpg" width="250" height="80">
- </th>
- <th>
- <h1>Comprehensive C Archieve Network <h1>
- </th>
- </tr>
- </table>
|