File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
7
8
8
<!-- Loading Bootstrap -->
9
- < link href ="css/vendor/bootstrap.min.css " rel ="stylesheet ">
9
+ < link href ="../dist/ css/vendor/bootstrap.min.css " rel ="stylesheet ">
10
10
11
11
<!-- Loading Flat UI -->
12
- < link href ="css/flat-ui.css " rel ="stylesheet ">
12
+ < link href ="../dist/ css/flat-ui.min .css " rel ="stylesheet ">
13
13
14
14
< link rel ="shortcut icon " href ="img/favicon.ico ">
15
15
@@ -27,9 +27,9 @@ <h1>Hello, world!</h1>
27
27
28
28
29
29
<!-- jQuery (necessary for Flat UI's JavaScript plugins) -->
30
- < script src ="js/vendor/jquery.min.js "> </ script >
30
+ < script src ="../dist/ js/vendor/jquery.min.js "> </ script >
31
31
<!-- Include all compiled plugins (below), or include individual files as needed -->
32
- < script src ="js/flat-ui-pro .min.js "> </ script >
32
+ < script src ="../dist/ js/flat-ui.min.js "> </ script >
33
33
34
34
</ body >
35
35
</ html >
You can’t perform that action at this time.
0 commit comments