Merge branch 'juansalcedo-patch-1'

This commit is contained in:
Elton Mesquita 2020-05-08 12:21:03 +01:00
commit 59df09926a
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/3.7.2/animate.min.css&quot;
href=&quot;https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.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/3.7.2/animate.min.css"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css"
/>
</head>
```