1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-19 00:12:51 +01:00

Improve accessibility on login page (#9731)

This commit is contained in:
rianadon
2021-11-08 01:29:34 -08:00
committed by GitHub
parent 729a928cfe
commit d7732ee850
3 changed files with 8 additions and 4 deletions

View File

@@ -33,7 +33,7 @@
<body>
<div class="content">
<div class="header">
<img src="/static/icons/favicon-192x192.png" height="52" />
<img src="/static/icons/favicon-192x192.png" height="52" alt="" />
Home Assistant
</div>
<ha-authorize><p>Initializing</p></ha-authorize>
@@ -70,4 +70,4 @@
})();
</script>
</body>
</html>
</html>