fix: Use a main tag for the main part of the page
See https://dequeuniversity.com/rules/axe/2.2/bypass?application=lighthouse
This commit is contained in:
parent
ed533da6d4
commit
8cbf8300d8
5 changed files with 19 additions and 19 deletions
|
@ -1,6 +1,6 @@
|
|||
{include file='inc/head.tpl'}
|
||||
{include file='inc/header.tpl'}
|
||||
<div class="main">
|
||||
<main class="main">
|
||||
<div><img class="logo" src="{base_url}/img/logo.png"
|
||||
alt="AllTube Download" width="328" height="284"></div>
|
||||
<form action="{path_for name="video"}">
|
||||
|
@ -32,5 +32,5 @@
|
|||
<a class="bookmarklet small-font" href="javascript:window.location='{$domain}{path_for name='video'}?url='+encodeURIComponent(location.href);">{t}Bookmarklet{/t}</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
{include file='inc/footer.tpl'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue