aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
authorAndreas Boll <[email protected]>2012-06-12 09:05:03 +0200
committerBrian Paul <[email protected]>2012-06-12 08:03:29 -0600
commitecd5c7ceb8e4c8841b2708e5ab7efa145583f8c2 (patch)
treea0f620af154b7314fbc4bc5a9b6ac12fe59bb932 /docs/index.html
parent45c21f852ec88fb4e784b53a1828d9a52d9dc67f (diff)
docs: consolidate html header and footer
add doctype add character encoding add missing <head> tag unify html header and footer Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html
index eec4d725cdc..dc74b661fa5 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1,8 +1,8 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
-<html>
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
+<html lang="en">
<head>
-<title>Mesa Home Page</title>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Mesa Home Page</title>
</head>
<frameset rows="80,*" border="0" frameborder="yes">