Skip to content

Commit

Permalink
Update snowstorm.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CybernetiX-S3C committed Dec 17, 2022
1 parent ba1e257 commit 1b1f944
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion snowstorm.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
/** @license
<html>
<head>

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
</html>
/** @license
* DHTML Snowstorm! JavaScript-based snow for web pages
* Making it snow on the internets since 2003. You're welcome.
* -----------------------------------------------------------
Expand Down Expand Up @@ -665,3 +673,5 @@ var snowStorm = (function(window, document) {
return this;

}(window, document));


0 comments on commit 1b1f944

Please sign in to comment.