moved jomjols name from the pages title to the info page, added links there to the Github page

This commit is contained in:
CaCO3
2022-09-07 22:18:21 +02:00
parent fb390359e1
commit f68aa1d931
15 changed files with 17 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ function LoadHostname() {
xhttp.addEventListener('load', function(event) {
if (xhttp.status >= 200 && xhttp.status < 300) {
hostname = xhttp.responseText;
document.title = hostname + " - jomjol - AI on the edge";
document.title = hostname + " - AI on the edge";
document.getElementById("id_title").innerHTML = "Digitizer - AI on the edge - " + hostname;
}
else {