|
@@ -14,20 +14,17 @@
|
|
|
<!-- Remove Tap Highlight on Windows Phone IE -->
|
|
|
<meta name="msapplication-tap-highlight" content="no">
|
|
|
<!-- base css -->
|
|
|
- <link rel="stylesheet" media="screen, print" href="css/vendors.bundle.css">
|
|
|
- <link rel="stylesheet" media="screen, print" href="css/app.bundle.css">
|
|
|
- <link rel="stylesheet" media="screen, print" href="css/cld-custom.css">
|
|
|
+ <link rel="stylesheet" media="screen, print" href="http://localhost:9090/css/vendors.bundle.css">
|
|
|
+ <link rel="stylesheet" media="screen, print" href="http://localhost:9090/css/app.bundle.css">
|
|
|
+ <link rel="stylesheet" media="screen, print" href="http://localhost:9090/css/cld-custom.css">
|
|
|
<!-- Place favicon.ico in the root directory -->
|
|
|
- <link rel="shortcut icon" href="img/favicon/favicon.ico">
|
|
|
- <link rel="stylesheet" media="screen, print" href="css/fa-regular.css">
|
|
|
- <link rel="stylesheet" media="screen, print" href="css/fa-solid.css">
|
|
|
- <link rel="stylesheet" media="screen, print" href="css/fa-brands.css">
|
|
|
+ <link rel="shortcut icon" href="http://localhost:9090/img/favicon/favicon.ico">
|
|
|
+ <link rel="stylesheet" media="screen, print" href="http://localhost:9090/css/fa-regular.css">
|
|
|
+ <link rel="stylesheet" media="screen, print" href="http://localhost:9090/css/fa-solid.css">
|
|
|
+ <link rel="stylesheet" media="screen, print" href="http://localhost:9090/css/fa-brands.css">
|
|
|
+
|
|
|
|
|
|
|
|
|
-
|
|
|
- <script src="js/vendors.bundle.js"></script>
|
|
|
-<script src="js/app.bundle.js"></script>
|
|
|
-<script src="js/cld-custom.js"></script>
|
|
|
|
|
|
</head>
|
|
|
|
|
@@ -184,6 +181,11 @@
|
|
|
</div>
|
|
|
</body>
|
|
|
|
|
|
+
|
|
|
+<script src="http://localhost:9090/js/vendors.bundle.js"></script>
|
|
|
+<script src="http://localhost:9090/js/app.bundle.js"></script>
|
|
|
+<script src="http://localhost:9090/js/cld-custom.js"></script>
|
|
|
+
|
|
|
<script type="text/javascript">
|
|
|
autoFlashHeight();
|
|
|
$('.slimScroll1').slimScroll({
|