summaryrefslogtreecommitdiff
path: root/kanotix/html/welcome.html
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-10-03 22:56:33 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2011-10-03 23:02:28 +0200
commita369cb0b9ab7f727036f7f4d50a695e902152f89 (patch)
tree53e4af194f5efbe7a96b80c5e3deb77f1917695f /kanotix/html/welcome.html
parent4011968323c20a4e9cee66493d2c50f131a4beb8 (diff)
downloadacritoxinstaller-a369cb0b9ab7f727036f7f4d50a695e902152f89.zip
acritoxinstaller-a369cb0b9ab7f727036f7f4d50a695e902152f89.tar.gz
added doctype, charset, html- and body-tags
Diffstat (limited to 'kanotix/html/welcome.html')
-rw-r--r--kanotix/html/welcome.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/kanotix/html/welcome.html b/kanotix/html/welcome.html
index fe15c78..9aac961 100644
--- a/kanotix/html/welcome.html
+++ b/kanotix/html/welcome.html
@@ -1,3 +1,7 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
+<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
+<body>
<table>
<tr>
<td>
@@ -19,4 +23,5 @@
</td>
</tr>
</table>
-
+</body>
+</html>