Skip to content

Commit 291880a

Browse files
authored
Merge pull request #16 from Imran-imtiaz48/patch-4
Update index.html
2 parents 3fbde42 + 8e7a3b8 commit 291880a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Source-Code/BluringImage/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Bluring Image</title>
6+
<title>Blurring Image</title>
77
<link rel="stylesheet" href="style.css">
88
</head>
99
<body>
1010
<div class="loading-text">0%</div>
1111
<section class="bg"></section>
1212

13-
<script src="script.js"></script>
13+
<script src="script.js" defer></script>
1414
</body>
15-
</html>
15+
</html>

0 commit comments

Comments
 (0)