From a369cb0b9ab7f727036f7f4d50a695e902152f89 Mon Sep 17 00:00:00 2001
From: Andreas Loibl <andreas@andreas-loibl.de>
Date: Mon, 3 Oct 2011 22:56:33 +0200
Subject: added doctype, charset, html- and body-tags

---
 kanotix/html/welcome.html    |  7 ++++++-
 kanotix/html/willkommen.html | 11 ++++++++---
 2 files changed, 14 insertions(+), 4 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>
diff --git a/kanotix/html/willkommen.html b/kanotix/html/willkommen.html
index 98223db..90ef6fb 100644
--- a/kanotix/html/willkommen.html
+++ b/kanotix/html/willkommen.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>
@@ -8,8 +12,8 @@
 <h3>acritoxinstaller @VERSION@</h3>
 <p>erstellt von Andreas Loibl &lt;<a href="mailto:andreas@andreas-loibl.de">andreas@andreas-loibl.de</a>&gt;</p>
 <hr />
-<p>Herzlich Willkommen und vielen Dank, dass Sie Kanotix gewählt haben. Der Installer wird sie nun durch die Konfiguration und Installation führen.</p>
-<p>Falls Sie Hilfe benötigen werfen Sie einen Blick auf die Kanotix-Webseite oder besuchen sie den Kanotix Chatroom.</p>
+<p>Herzlich Willkommen und vielen Dank, dass Sie Kanotix gewählt haben. Der Installer wird Sie nun durch die Konfiguration und Installation führen.</p>
+<p>Falls Sie Hilfe benötigen werfen Sie einen Blick auf die Kanotix-Webseite oder besuchen Sie den Kanotix Chatroom.</p>
 <ul>
 <li><a href="http://kanotix.com">http://kanotix.com</a></li>
 <li><a href="http://kanotix.acritox.com">http://kanotix.acritox.com</a></li>
@@ -19,4 +23,5 @@
 </td>
 </tr>
 </table>
-
+</body>
+</html>
-- 
cgit v1.0