diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2011-10-03 22:56:33 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-10-03 23:02:28 +0200 |
commit | a369cb0b9ab7f727036f7f4d50a695e902152f89 (patch) | |
tree | 53e4af194f5efbe7a96b80c5e3deb77f1917695f /kanotix | |
parent | 4011968323c20a4e9cee66493d2c50f131a4beb8 (diff) | |
download | acritoxinstaller-a369cb0b9ab7f727036f7f4d50a695e902152f89.zip acritoxinstaller-a369cb0b9ab7f727036f7f4d50a695e902152f89.tar.gz |
added doctype, charset, html- and body-tags
Diffstat (limited to 'kanotix')
-rw-r--r-- | kanotix/html/welcome.html | 7 | ||||
-rw-r--r-- | 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 <<a href="mailto:andreas@andreas-loibl.de">andreas@andreas-loibl.de</a>></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> |