Change attribute placement for image
This commit is contained in:
+2
-2
@@ -85,7 +85,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<div>
|
<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>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
@@ -98,7 +98,7 @@
|
|||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="home">
|
<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>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
|
|||||||
Reference in New Issue
Block a user