Browse Source

v fix

pull/204/head
Marius 4 years ago
parent
commit
fff8d2b378
  1. 8
      index.html

8
index.html

@ -19,9 +19,9 @@
<link href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css"
rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="Resources/landing-page/css/styles.css" rel="stylesheet" />
<link href="Resources/landing-page/css/styles.css?v=1" rel="stylesheet" />
<link rel="stylesheet" href="Resources/landing-page/css/jquery-bg-slideshow.css">
<link rel="stylesheet" href="Resources/landing-page/css/custom.css">
<link rel="stylesheet" href="Resources/landing-page/css/custom.css?v=1.1">
</head>
<body id="page-top">
@ -439,8 +439,8 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>
<!-- Core theme JS-->
<script src="Resources/landing-page/js/scripts.js"></script>
<script src="Resources/landing-page/js/jquery-bg-slideshow.js"></script>
<script src="Resources/landing-page/js/scripts.js?v=1"></script>
<script src="Resources/landing-page/js/jquery-bg-slideshow.js?v=1"></script>
<script type="text/javascript">
$(function () {
$(".bg").bgSlideShow();

Loading…
Cancel
Save