logo.html 408 B

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