logo.html 365 B

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