]> git.ozlabs.org Git - ccan/commitdiff
Standards compliance - XML html doctype, charset meta tag.
authorChris McCormick <chris@mccormick.cx>
Sat, 25 Oct 2014 13:12:27 +0000 (21:12 +0800)
committerChris McCormick <chris@mccormick.cx>
Sat, 25 Oct 2014 13:12:27 +0000 (21:12 +0800)
web/logo.html

index 9a15f28a410bc57fe578d850e31667df09123b23..e6d46f194d04b8a9ed162ffb23135449864ada84 100644 (file)
@@ -2,9 +2,11 @@
 // 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">