Minor website updates. Also added one more backup website (thanks to John Doe).

This commit is contained in:
Ivan Davidov 2016-09-12 20:36:48 +03:00
parent 01af121606
commit d906aaf146
2 changed files with 18 additions and 0 deletions

View File

@ -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

View File

@ -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 <a target="_blank" href="http://skamilinux.hu">skamilinux.hu</a> - thank you!';
footerDiv.innerHTML = html;
break;
}
default: {
if(hostname != "") {
html += sepa;