diff options
Diffstat (limited to 'client-web/public/start.html')
-rw-r--r-- | client-web/public/start.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client-web/public/start.html b/client-web/public/start.html index afe771e..4766c77 100644 --- a/client-web/public/start.html +++ b/client-web/public/start.html @@ -8,7 +8,7 @@ </head> <body> <div class="start-box"> - <h2>keks-meet</h2> + <h1>keks-meet</h2> <p>A web conferencing application using webrtc</p> <p> 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 Secret"; + room_input.ariaLabel = "Room Secret" const submit = document.createElement("input"); submit.type = "button"; |