Skip to content

Commit 259e9d1

Browse files
Merge pull request #1776 from tmdeveloper007/#1771
fix : added correct loading attribute syntax in games.html img tags
2 parents cae4dfd + ee8bb58 commit 259e9d1

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

web-app/games.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ <h3>Chess Game</h3>
380380
src="assets/banners/2048-game.webp"
381381
alt="2048 Game"
382382
loading="lazy"
383-
/ loading="lazy">
383+
/>
384384
<div class="card-actions">
385385
<button class="btn-play" aria-label="Play 2048 Game">Try It</button>
386386
</div>
@@ -399,7 +399,7 @@ <h3>2048 Game</h3>
399399
src="assets/banners/coin-flip.webp"
400400
alt="Coin Flip"
401401
loading="lazy"
402-
/ loading="lazy">
402+
/>
403403
<div class="card-actions">
404404
<button class="btn-play" aria-label="Play Coin Flip">Try It</button>
405405
</div>
@@ -418,7 +418,7 @@ <h3>Coin Flip</h3>
418418
src="assets/banners/dice-rolling.webp"
419419
alt="Dice Rolling"
420420
loading="lazy"
421-
/ loading="lazy">
421+
/>
422422
<div class="card-actions">
423423
<button class="btn-play" aria-label="Play Dice Rolling">Try It</button>
424424
</div>
@@ -437,7 +437,7 @@ <h3>Dice Rolling</h3>
437437
src="assets/banners/dots-boxes.webp"
438438
alt="Dots &amp; Boxes AI"
439439
loading="lazy"
440-
/ loading="lazy">
440+
/>
441441
<div class="card-actions">
442442
<button class="btn-play" aria-label="Play Dots &amp; Boxes AI">Try It</button>
443443
</div>
@@ -456,7 +456,7 @@ <h3>Dots &amp; Boxes AI</h3>
456456
src="assets/banners/emoji-memory.webp"
457457
alt="Emoji Memory Game"
458458
loading="lazy"
459-
/ loading="lazy">
459+
/>
460460
<div class="card-actions">
461461
<button class="btn-play" aria-label="Play Emoji Memory Game">Try It</button>
462462
</div>
@@ -475,7 +475,7 @@ <h3>Emoji Memory Game</h3>
475475
src="assets/banners/flames.webp"
476476
alt="FLAMES Game"
477477
loading="lazy"
478-
/ loading="lazy">
478+
/>
479479
<div class="card-actions">
480480
<button class="btn-play" aria-label="Play FLAMES Game">Try It</button>
481481
</div>
@@ -494,7 +494,7 @@ <h3>FLAMES Game</h3>
494494
src="assets/banners/flappy-game.webp"
495495
alt="Flappy Game"
496496
loading="lazy"
497-
/ loading="lazy">
497+
/>
498498
<div class="card-actions">
499499
<button class="btn-play" aria-label="Play Flappy Game">Try It</button>
500500
</div>
@@ -513,7 +513,7 @@ <h3>Flappy Game</h3>
513513
src="assets/banners/hangman.webp"
514514
alt="Hangman"
515515
loading="lazy"
516-
/ loading="lazy">
516+
/>
517517
<div class="card-actions">
518518
<button class="btn-play" aria-label="Play Hangman">Try It</button>
519519
</div>
@@ -532,7 +532,7 @@ <h3>Hangman</h3>
532532
src="assets/banners/math-quiz.webp"
533533
alt="Math Quiz"
534534
loading="lazy"
535-
/ loading="lazy">
535+
/>
536536
<div class="card-actions">
537537
<button class="btn-play" aria-label="Play Math Quiz">Try It</button>
538538
</div>
@@ -551,7 +551,7 @@ <h3>Math Quiz</h3>
551551
src="assets/banners/number-guessing.webp"
552552
alt="Number Guessing"
553553
loading="lazy"
554-
/ loading="lazy">
554+
/>
555555
<div class="card-actions">
556556
<button class="btn-play" aria-label="Play Number Guessing">Try It</button>
557557
</div>
@@ -570,7 +570,7 @@ <h3>Number Guessing</h3>
570570
src="assets/banners/password-forge.webp"
571571
alt="Password Forge"
572572
loading="lazy"
573-
/ loading="lazy">
573+
/>
574574
<div class="card-actions">
575575
<button class="btn-play" aria-label="Play Password Forge">Try It</button>
576576
</div>
@@ -589,7 +589,7 @@ <h3>Password Forge</h3>
589589
src="assets/banners/rock-paper-scissor.webp"
590590
alt="Rock Paper Scissors"
591591
loading="lazy"
592-
/ loading="lazy">
592+
/>
593593
<div class="card-actions">
594594
<button class="btn-play" aria-label="Play Rock Paper Scissors">Try It</button>
595595
</div>
@@ -608,7 +608,7 @@ <h3>Rock Paper Scissors</h3>
608608
src="assets/banners/snake-game.webp"
609609
alt="Snake Game"
610610
loading="lazy"
611-
/ loading="lazy">
611+
/>
612612
<div class="card-actions">
613613
<button class="btn-play" aria-label="Play Snake Game">Try It</button>
614614
</div>
@@ -627,7 +627,7 @@ <h3>Snake Game</h3>
627627
src="assets/banners/sudoku-game.webp"
628628
alt="Sudoku Solver &amp; Game"
629629
loading="lazy"
630-
/ loading="lazy">
630+
/>
631631
<div class="card-actions">
632632
<button class="btn-play" aria-label="Play Sudoku Solver &amp; Game">Try It</button>
633633
</div>
@@ -666,7 +666,7 @@ <h3>Queens Logic Puzzle</h3>
666666
src="assets/banners/whack-a-mole.webp"
667667
alt="Whack-a-Mole"
668668
loading="lazy"
669-
/ loading="lazy">
669+
/>
670670
<div class="card-actions">
671671
<button class="btn-play" aria-label="Play Whack-a-Mole">Try It</button>
672672
</div>
@@ -685,7 +685,7 @@ <h3>Whack-a-Mole</h3>
685685
src="assets/banners/word-scramble.webp"
686686
alt="Word Scramble"
687687
loading="lazy"
688-
/ loading="lazy">
688+
/>
689689
<div class="card-actions">
690690
<button class="btn-play" aria-label="Play Word Scramble">Try It</button>
691691
</div>

0 commit comments

Comments
 (0)