Minor website updates. Also added one more backup website (thanks to John Doe).
This commit is contained in:
parent
01af121606
commit
d906aaf146
@ -5,6 +5,8 @@ Website 1: http://minimal.idzona.com
|
|||||||
|
|
||||||
Website 2: http://skamilinux.hu/minimal
|
Website 2: http://skamilinux.hu/minimal
|
||||||
|
|
||||||
|
Website 3: http://linux.idzona.com
|
||||||
|
|
||||||
Tutorial: http://minimal.idzona.com/the_dao_of_minimal_linux_live.txt
|
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
|
Architecture: http://blog.idzona.com/2016/04/component-architecture-of-minimal-linux-live.html
|
||||||
|
@ -537,6 +537,22 @@
|
|||||||
|
|
||||||
break;
|
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: {
|
default: {
|
||||||
if(hostname != "") {
|
if(hostname != "") {
|
||||||
html += sepa;
|
html += sepa;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user