Skip to content

Commit e1fecea

Browse files
committed
Lazy Loading Update
1 parent 8aef738 commit e1fecea

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

27. Lazy Loading/index.html

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1+
<!DOCTYPE html>
12
<html lang="en">
2-
<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>
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<link rel="stylesheet" href="style.css" />
7+
<title>Lazy Loading</title>
8+
</head>
129

13-
<script src="app.js"></script>
14-
</body>
15-
</html>
10+
<section class="background"></section>
11+
<div class="loading-text">0%</div>
12+
13+
<script src="app.js"></script>
14+
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)