mirror of https://github.com/ColorlibHQ/gentelella
removed hot linked css file
animate.min.css was linkes to some webspace out there, now it points to the local versionpull/262/head
parent
35d44daad9
commit
8022b6ae1a
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue