From d906aaf1469d871779e6cfa43fbb0dc29e8004f4 Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Mon, 12 Sep 2016 20:36:48 +0300 Subject: [PATCH] Minor website updates. Also added one more backup website (thanks to John Doe). --- README.md | 2 ++ www/index.html | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) 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;