diff --git a/src/webpage/home.html b/src/webpage/home.html index c1aa873..f8bb478 100644 --- a/src/webpage/home.html +++ b/src/webpage/home.html @@ -6,6 +6,7 @@ Jank Client + @@ -24,7 +25,7 @@
- +

Jank Client

Spacebar Guild diff --git a/src/webpage/home.ts b/src/webpage/home.ts index 7be581b..f40bb9d 100644 --- a/src/webpage/home.ts +++ b/src/webpage/home.ts @@ -81,6 +81,7 @@ fetch("/instances.json") div.classList.add("flexltr", "instance"); if (instance.image) { const img = document.createElement("img"); + img.alt = I18n.home.icon(instance.name); img.src = instance.image; div.append(img); } diff --git a/src/webpage/robots.txt b/src/webpage/robots.txt index 0a33351..08bfbaa 100644 --- a/src/webpage/robots.txt +++ b/src/webpage/robots.txt @@ -1,6 +1,7 @@ User-agent: * Disallow: /channel/ Allow: /invite/ -Allow: /oath2/ +Allow: /oauth2/ Allow: /login Allow: /register +Allow: /