diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2011-10-03 01:25:43 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-10-03 01:25:43 +0200 |
commit | 4a6deb34121aee9122745189a2d8dee976e76946 (patch) | |
tree | 11b8104e4a58cfd45d0983207db55c492de0ede8 /kanotix | |
parent | 2f15cfa42e133c9d96061e439d671ebd54791d08 (diff) | |
download | acritoxinstaller-4a6deb34121aee9122745189a2d8dee976e76946.zip acritoxinstaller-4a6deb34121aee9122745189a2d8dee976e76946.tar.gz |
added HTML welcome page
Diffstat (limited to 'kanotix')
-rw-r--r-- | kanotix/html/welcome.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kanotix/html/welcome.html b/kanotix/html/welcome.html new file mode 100644 index 0000000..fe15c78 --- /dev/null +++ b/kanotix/html/welcome.html @@ -0,0 +1,22 @@ +<table> +<tr> +<td> +<img src="/usr/share/kde4/apps/ksplash/Themes/kanotix-starrise/1600x1200/icon5.png" /> +</td> +<td style="padding: 20px 10px;"> +<h1>Install Kanotix</h1> +<h3>acritoxinstaller @VERSION@</h3> +<p>written by Andreas Loibl <<a href="mailto:andreas@andreas-loibl.de">andreas@andreas-loibl.de</a>></p> +<hr /> +<p>Welcome and thank you for choosing Kanotix. The installer will now guide you through the configuration and installation.</p> +<p>If you need any help check out the Kanotix website or visit the Kanotix chat room.</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> +<li><a href="irc://irc.freenode.net/kanotix">irc: irc.freenode.net #kanotix</a></li> +</ul> +<p>Click Next to continue, or Cancel to exit the installer.</p> +</td> +</tr> +</table> + |