Merge branch 'master' into audio-video-tags

This commit is contained in:
Supriya M 2022-10-07 10:30:55 +05:30 committed by GitHub
commit 5c684a086d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 38 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset='utf-8'>

View File

@ -89,10 +89,13 @@
</li>
<li>
<a href='./audio-video/index.html'>
Audio and Video Tag
Audio and Video Tag</a> - Add audio and video to web pages
</li>
<li>
<a href='./lazy-loading/index.html'>
Lazy Loading</a> - Lazy Load html images natively
</li>
</ul>
</div>
</body>
</html>

32
lazy-loading/index.html Normal file

File diff suppressed because one or more lines are too long