removed hot linked css file

animate.min.css was linkes to some webspace out there, now it points to the local version
pull/262/head
Stefan 2016-08-15 17:18:13 +02:00 committed by GitHub
parent 35d44daad9
commit 8022b6ae1a
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<!-- NProgress --> <!-- NProgress -->
<link href="../vendors/nprogress/nprogress.css" rel="stylesheet"> <link href="../vendors/nprogress/nprogress.css" rel="stylesheet">
<!-- Animate.css --> <!-- Animate.css -->
<link href="https://colorlib.com/polygon/gentelella/css/animate.min.css" rel="stylesheet"> <link href="../vendors/animate.css/animate.min.css" rel="stylesheet">
<!-- Custom Theme Style --> <!-- Custom Theme Style -->
<link href="../build/css/custom.min.css" rel="stylesheet"> <link href="../build/css/custom.min.css" rel="stylesheet">
@ -100,4 +100,4 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>