]> git.ozlabs.org Git - ccan/blobdiff - web/logo.html
Standards compliance - XML html doctype, charset meta tag.
[ccan] / web / logo.html
index 7239556c764d05c1f877183dd9fed5b672a4f26a..e6d46f194d04b8a9ed162ffb23135449864ada84 100644 (file)
@@ -1,15 +1,21 @@
+<?php
+// Pages created in subdirs need ../ appended.
+$url_prefix = getenv("URLPREFIX");
+?>
+<!doctype html>
 <html>
 <head>
-<title>ccan</title>
+  <meta charset="utf-8">
+  <title>ccan</title>
 <head>
 <body bgcolor="FFFFCC">
 <table align="center" width="100%" bgcolor="FFFFFF">
  <tr>
   <th>
-       <img src="ccan.jpg" width="250" height="80">
+       <img src="<?=$url_prefix?>ccan.jpg" width="250" height="80">
   </th>
   <th>
-       <h1>Comprehensive C Archieve Network <h1>
+       <h1>Comprehensive C Archive Network <h1>
   </th>
  </tr>
-</table>
\ No newline at end of file
+</table>