summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-12-11 09:19:10 -0500
committerDaniel Micay <danielmicay@gmail.com>2021-12-11 09:19:50 -0500
commit3764534018e28842ff030e987372a0e1f8b708df (patch)
tree3a9f4fededb57112273bfc2892176d449acae422
parentc2f41bf3a90db0a42d40286c319f49fe85f464e1 (diff)
consistent attribute order
-rw-r--r--static/index.html4
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>