This repository was archived by the owner on Sep 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 13
13
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css ">
14
14
< link rel ="stylesheet " href ="https://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin-ext ">
15
15
< link rel ="stylesheet " href ="https://css-ui.github.io/css/cssui.min.css ">
16
-
17
16
< link rel ="stylesheet " href ="css/style.menu.css ">
18
- < link rel ="stylesheet " href ="css/style.css ">
19
17
20
18
<!-- css sidebar themes -->
21
19
< link rel ="stylesheet " href ="css/theme/style.menu.light.css ">
22
20
<!--<link rel="stylesheet" href="css/theme/style.menu.dark.css">-->
21
+ < style >
22
+ body {
23
+ background-color : # f2f2f2 ;
24
+ font-family : 'Open Sans' , sans-serif;
25
+ }
26
+ </ style >
23
27
</ head >
24
28
< body >
25
29
<!-- navigation -->
100
104
<!-- javascript libraries and plugins -->
101
105
< script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js "> </ script >
102
106
< script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/1.3.0/perfect-scrollbar.min.js "> </ script >
103
-
104
- <!-- call jquery plugins etc. -->
105
107
< script >
106
108
$ ( function ( ) {
107
109
You can’t perform that action at this time.
0 commit comments