diff --git a/README.md b/README.md index d5a8e0606..77b81c974 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Website 1: http://minimal.idzona.com Website 2: http://skamilinux.hu/minimal +Website 3: http://linux.idzona.com + Tutorial: http://minimal.idzona.com/the_dao_of_minimal_linux_live.txt Architecture: http://blog.idzona.com/2016/04/component-architecture-of-minimal-linux-live.html diff --git a/www/index.html b/www/index.html index e5a56ecc8..5fde98f4b 100644 --- a/www/index.html +++ b/www/index.html @@ -537,6 +537,22 @@ break; } + case 'linux.idzona.com' : { + html += sepa; + html += 'Hosted by John Doe - thank you!'; + + footerDiv.innerHTML = html; + + break; + } + case 'skamilinux.hu' : { + html += sepa; + html += 'Hosted by skamilinux.hu - thank you!'; + + footerDiv.innerHTML = html; + + break; + } default: { if(hostname != "") { html += sepa;