URLs keep getting shorter!

This commit is contained in:
Hackzzila 2016-04-30 13:56:24 -05:00
parent 43e831b46e
commit 2383995ab1
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
or use the version hosted by [SmallCDN](http://smallcdn.rocks)
```html
<head>
<link rel="stylesheet" href="http://c.smallcdn.rocks/animate.css">
<link rel="stylesheet" href="http://s.mlcdn.co/animate.css">
</head>
```
2. Add the class `animated` to the element you want to animate.
@ -116,7 +116,7 @@ To use animate.css in your website, simply drop the stylesheet into your documen
or use the version hosted by [SmallCDN](http://smallcdn.rocks)
```html
<head>
<link rel="stylesheet" href="http://c.smallcdn.rocks/animate.css">
<link rel="stylesheet" href="http://s.mlcdn.co/animate.css">
</head>
```