|
8 | 8 | <title>CSS UI - Responsive menu</title> |
9 | 9 |
|
10 | 10 | <!-- css --> |
11 | | - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css"> |
12 | | - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/1.3.0/css/perfect-scrollbar.min.css"> |
13 | | - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> |
14 | | - <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin-ext"> |
15 | | - <link rel="stylesheet" href="https://css-ui.github.io/css/cssui.min.css"> |
| 11 | + <link rel="stylesheet" href="../www/assets/normalize.css/normalize.css"> |
| 12 | + <link rel="stylesheet" href="../www/assets/perfect-scrollbar/css/perfect-scrollbar.css"> |
| 13 | + <link rel="stylesheet" href="../www/assets/font-awesome/css/font-awesome.css"> |
| 14 | + <link rel="stylesheet" href="../www/assets/open-sans-fontface/open-sans.css"> |
| 15 | + <link rel="stylesheet" href="../www/assets/css-ui-simple/src/cssui.css"> |
16 | 16 |
|
17 | 17 | <!-- css menu --> |
18 | 18 | <link rel="stylesheet" href="css/style.menu.css"> |
19 | | - <link rel="stylesheet" href="css/style.menu.light.css"> |
20 | | - <!--<link rel="stylesheet" href="css/style.menu.dark.css">--> |
| 19 | + <!--<link rel="stylesheet" href="css/style.menu.light.css">--> |
| 20 | + <link rel="stylesheet" href="css/style.menu.dark.css"> |
21 | 21 |
|
22 | 22 | <!-- css only for this page --> |
23 | 23 | <style> |
|
105 | 105 | <div class="content-wrapper"></div> |
106 | 106 |
|
107 | 107 | <!-- javascript libraries and plugins --> |
108 | | - <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> |
109 | | - <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/1.3.0/perfect-scrollbar.min.js"></script> |
| 108 | + <script src="../www/assets/jquery/dist/jquery.js"></script> |
| 109 | + <script src="../www/assets/perfect-scrollbar/dist/perfect-scrollbar.js"></script> |
110 | 110 | <script> |
111 | 111 | $(function() { |
112 | 112 |
|
|
0 commit comments