Added main-tag

Semantic tags improve accessibility for screenreader-users.
This commit is contained in:
Henning 2023-06-06 13:23:22 +02:00
parent 3e95c0ab0e
commit a58e68ea37

View file

@ -21,6 +21,7 @@
</ul>
</nav>
<main>
<section id="loadingscene">
<h1>Loading</h1>
<p>Please wait...</p>
@ -131,6 +132,7 @@
<button type="button" data-name="cancel">No</button>
</form>
</section>
</main>
</body>
</html>