We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fbde42 + 8e7a3b8 commit 291880aCopy full SHA for 291880a
Source-Code/BluringImage/index.html
@@ -3,13 +3,13 @@
3
<head>
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Bluring Image</title>
+ <title>Blurring Image</title>
7
<link rel="stylesheet" href="style.css">
8
</head>
9
<body>
10
<div class="loading-text">0%</div>
11
<section class="bg"></section>
12
13
- <script src="script.js"></script>
+ <script src="script.js" defer></script>
14
</body>
15
-</html>
+</html>
0 commit comments