commit def0ff3d4f600736a1f8f4f3ee6c17d2205370e6 parent ce4a0a3b53bc5d13a906010977773923fd56aa67 Author: Nirmal Kumar R <tildezero@gmail.com> Date: Tue, 23 Jul 2024 19:37:02 +0530 Change attribute placement for image Diffstat:
M | index.html | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html @@ -85,7 +85,7 @@ <body> <header> <div> - <img src="https://ik.imagekit.io/mysticmode/tr:w-479/home/name.png" alt="My Full Name - Nirmal Kumar R" loading="lazy"> + <img loading="lazy" src="https://ik.imagekit.io/mysticmode/tr:w-479/home/name.png" alt="My Full Name - Nirmal Kumar R"> </div> </header> @@ -98,7 +98,7 @@ </nav> <section class="home"> - <img src="https://ik.imagekit.io/mysticmode/tr:w-479/home/ashram.jpg" alt="A picture of an ashram garden" width="479px" loading="lazy"> + <img loading="lazy" src="https://ik.imagekit.io/mysticmode/tr:w-479/home/ashram.jpg" alt="A picture of an ashram garden" width="479px"> </section> <section class="content-wrapper">