Browse Source

Standards compliance - XML html doctype, charset meta tag.

Chris McCormick 11 years ago
parent
commit
3dfe38bfbe
1 changed files with 3 additions and 1 deletions
  1. 3 1
      web/logo.html

+ 3 - 1
web/logo.html

@@ -2,9 +2,11 @@
 // Pages created in subdirs need ../ appended.
 // Pages created in subdirs need ../ appended.
 $url_prefix = getenv("URLPREFIX");
 $url_prefix = getenv("URLPREFIX");
 ?>
 ?>
+<!doctype html>
 <html>
 <html>
 <head>
 <head>
-<title>ccan</title>
+  <meta charset="utf-8">
+  <title>ccan</title>
 <head>
 <head>
 <body bgcolor="FFFFCC">
 <body bgcolor="FFFFCC">
 <table align="center" width="100%" bgcolor="FFFFFF">
 <table align="center" width="100%" bgcolor="FFFFFF">