Add animate.css from Fontello to index.html

This commit is contained in:
Alexander Gitter 2016-11-13 18:25:21 +01:00
parent 30ead13db3
commit d6cc55ca8c

View file

@ -4,6 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>Pleroma</title> <title>Pleroma</title>
<link rel="stylesheet" href="/static/font/css/fontello.css"> <link rel="stylesheet" href="/static/font/css/fontello.css">
<link rel="stylesheet" href="/static/font/css/animation.css">
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>