diff options
Diffstat (limited to 'kanotix/html/willkommen.html')
-rw-r--r-- | kanotix/html/willkommen.html | 11 |
1 files changed, 8 insertions, 3 deletions
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> |