logo.html 383 B

1234567891011121314151617181920
  1. <?php
  2. session_start();
  3. // Pages created in subdirs need ../ appended.
  4. $url_prefix = getenv("URLPREFIX");
  5. ?>
  6. <html>
  7. <head>
  8. <title>ccan</title>
  9. <head>
  10. <body bgcolor="FFFFCC">
  11. <table align="center" width="100%" bgcolor="FFFFFF">
  12. <tr>
  13. <th>
  14. <img src="<?=$url_prefix?>ccan.jpg" width="250" height="80">
  15. </th>
  16. <th>
  17. <h1>Comprehensive C Archieve Network <h1>
  18. </th>
  19. </tr>
  20. </table>