]> git.ozlabs.org Git - ccan/blobdiff - web/logo.html
Standards compliance - XML html doctype, charset meta tag.
[ccan] / web / logo.html
index 61c8f7e717d8b0eb14d3e4d6a6c970da51ff35f6..e6d46f194d04b8a9ed162ffb23135449864ada84 100644 (file)
@@ -1,11 +1,12 @@
 <?php
-session_start();
 // 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">
@@ -14,7 +15,7 @@ $url_prefix = getenv("URLPREFIX");
        <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>