diff options
| -rw-r--r-- | static/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/index.html b/static/index.html index 09f2c2ed..c7537d9d 100644 --- a/static/index.html +++ b/static/index.html @@ -59,8 +59,8 @@ </div> <figure class="device-img"> - <img alt="" class="phone-img" height="580" src="/phone.png"/> - <img alt="" class="phone-logo-img" height="200" src="{{path|/mask-icon.svg}}" width="200"/> + <img class="phone-img" height="580" src="/phone.png" alt=""/> + <img class="phone-logo-img" width="200" height="200" src="{{path|/mask-icon.svg}}" alt=""/> </figure> </div> |
