We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aef738 commit e1feceaCopy full SHA for e1fecea
1 file changed
27. Lazy Loading/index.html
@@ -1,15 +1,16 @@
1
+<!DOCTYPE html>
2
<html lang="en">
- <head>
3
- <meta charset="UTF-8" />
4
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>Lazy Loading</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <section class="background"></section>
11
- <div class="loading-text">0%</div>
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" href="style.css" />
+ <title>Lazy Loading</title>
+</head>
12
13
- <script src="app.js"></script>
14
- </body>
15
-</html>
+ <section class="background"></section>
+ <div class="loading-text">0%</div>
+
+ <script src="app.js"></script>
+</body>
16
+</html>
0 commit comments