|
1 | 1 | <!doctype html>
|
2 | 2 | <html>
|
3 |
| - |
4 | 3 | <head>
|
5 |
| - <base href="./"> |
6 |
| - <meta charset="utf-8"> |
7 |
| - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
8 |
| - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
9 |
| - <meta name="description" content="CoreUI - Open Source Bootstrap Admin Template"> |
10 |
| - <meta name="author" content="Łukasz Holeczek"> |
11 |
| - <meta name="keyword" content="Bootstrap,Admin,Template,Open,Source,AngularJS,Angular,Angular2,Angular 2,Angular4,Angular 4,jQuery,CSS,HTML,RWD,Dashboard,React,React.js,Vue,Vue.js"> |
12 |
| - <link rel="shortcut icon" href="assets/img/favicon.png"> |
| 4 | + <base href="./"> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| 8 | + <meta name="description" content="CoreUI - Open Source Bootstrap Admin Template"> |
| 9 | + <meta name="author" content="Łukasz Holeczek"> |
| 10 | + <meta name="keyword" content="Bootstrap,Admin,Template,Open,Source,AngularJS,Angular,Angular2,Angular 2,Angular4,Angular 4,jQuery,CSS,HTML,RWD,Dashboard,React,React.js,Vue,Vue.js"> |
| 11 | + <link rel="shortcut icon" href="assets/img/favicon.png"> |
13 | 12 |
|
14 |
| - <title>CoreUI - Open Source Bootstrap Admin Template</title> |
| 13 | + <title>CoreUI - Open Source Bootstrap Admin Template</title> |
15 | 14 |
|
16 |
| - <!-- Icons --> |
17 |
| - <link href="assets/css/font-awesome.min.css" rel="stylesheet"> |
18 |
| - <link href="assets/css/simple-line-icons.css" rel="stylesheet"> |
| 15 | + <!-- Icons --> |
| 16 | + <link href="assets/css/font-awesome.min.css" rel="stylesheet"> |
| 17 | + <link href="assets/css/simple-line-icons.css" rel="stylesheet"> |
19 | 18 |
|
20 | 19 | </head>
|
21 | 20 |
|
|
36 | 35 | 2. '.aside-menu-hidden' - Hidden Aside Menu
|
37 | 36 | 3. '.aside-menu-off-canvas' - Off Canvas Aside Menu
|
38 | 37 |
|
| 38 | +// Breadcrumb options |
| 39 | +1. '.breadcrumb-fixed' - Fixed Breadcrumb |
| 40 | +
|
39 | 41 | // Footer options
|
40 | 42 | 1. 'footer-fixed' - Fixed footer
|
41 | 43 |
|
42 | 44 | -->
|
43 | 45 |
|
44 | 46 | <body class="app">
|
45 |
| - <!-- Enable bootstrap 4 theme --> |
46 |
| - <script> |
47 |
| - window.__theme = 'bs4'; |
48 |
| - </script> |
49 |
| - <!-- App Loading... --> |
| 47 | + <!-- Enable bootstrap 4 theme --> |
| 48 | + <script>window.__theme = 'bs4';</script> |
| 49 | + <!-- App Loading... --> |
50 | 50 | </body>
|
51 | 51 |
|
52 | 52 | </html>
|
0 commit comments