Просмотр исходного кода

Update path to animate.min.css

Kristan Kenney 5 лет назад
Родитель
Сommit
de4d5317d1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      web/templates/header.html

+ 1 - 1
web/templates/header.html

@@ -6,7 +6,7 @@
   <title><?php echo $_SERVER['HTTP_HOST']; ?> - <?=__($TAB)?> - <?=__('Hestia Control Panel');?></title>
   <link type="text/css" rel="stylesheet" href="/css/styles.min.css?1446554103" />
   <link type="text/css" rel="stylesheet" href="/css/active-theme.css?1446554103" />
-  <link type="text/css" href="/css/animate.css?1446554103" rel="stylesheet" />
+  <link type="text/css" href="/css/animate.min.css?1446554103" rel="stylesheet" />
   <link type="text/css" href="/css/jquery-custom-dialogs.css?1446554103" rel="stylesheet" />
   <link type="text/css" href="/css/all.min.css?1446554103" rel="stylesheet" />
   <script src="/inc/jquery/jquery-3.4.1.min.js"></script>