| 123456789101112131415161718192021 |
- <?php
- // Pages created in subdirs need ../ appended.
- $url_prefix = getenv("URLPREFIX");
- ?>
- <!doctype html>
- <html>
- <head>
- <meta charset="utf-8">
- <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 Archive Network <h1>
- </th>
- </tr>
- </table>
|