From ac68f06d230fd589edb9b1d13af50836d554f23e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 25 Dec 2022 13:53:26 +0100 Subject: optimize accessability (screen readers 'n stuff) --- client-web/public/start.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client-web/public/start.html') diff --git a/client-web/public/start.html b/client-web/public/start.html index aa60f35..efb9f22 100644 --- a/client-web/public/start.html +++ b/client-web/public/start.html @@ -8,7 +8,7 @@
-

keks-meet

+

keks-meet

A web conferencing application using webrtc

keks-meet is free software! It is licenced under the terms of @@ -29,6 +29,7 @@ room_input.type = "text"; room_input.id = "room-id-input"; room_input.placeholder = "Room ID"; + room_input.ariaLabel = "Room ID" const submit = document.createElement("input"); submit.type = "button"; -- cgit v1.2.3-70-g09d2