updated to latest version (#1107)

This commit is contained in:
Rizwan Hasan 2020-09-07 14:46:54 +06:00 committed by GitHub
parent 301aa7351d
commit 7adb3ab673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -853,7 +853,7 @@
<pre><code class="language-html">&lt;head&gt;
&lt;link
rel=&quot;stylesheet&quot;
href=&quot;https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css&quot;
href=&quot;https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.0/animate.min.css&quot;
/&gt;
&lt;/head&gt;
</code></pre>

View File

@ -20,7 +20,7 @@ or add it directly to your webpage using a CDN:
<head>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.0/animate.min.css"
/>
</head>
```