|
| 1 | +<!DOCTYPE html> |
1 | 2 | <!-- |
2 | 3 | * CoreUI - Free Bootstrap Admin Template |
3 | | -* @version v2.0.0-beta.0 |
| 4 | +* @version v2.0.0-beta.4 |
4 | 5 | * @link https://coreui.io |
5 | 6 | * Copyright (c) 2018 creativeLabs Łukasz Holeczek |
6 | 7 | * Licensed under MIT (https://coreui.io/license) |
7 | 8 | --> |
8 | 9 |
|
9 | 10 | <html lang="en"> |
10 | 11 | <head> |
11 | | - <meta charset="utf-8" /> |
12 | | - <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
13 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" /> |
14 | | - <meta name="description" content="CoreUI - Open Source Bootstrap Admin Template" /> |
15 | | - <meta name="author" content="Łukasz Holeczek" /> |
16 | | - <meta name="keyword" content="Bootstrap,Admin,Template,Open,Source,jQuery,CSS,HTML,RWD,Dashboard" /> |
| 12 | + <meta charset="utf-8"> |
| 13 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 14 | + <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> |
| 15 | + <meta name="description" content="CoreUI - Open Source Bootstrap Admin Template"> |
| 16 | + <meta name="author" content="Łukasz Holeczek"> |
| 17 | + <meta name="keyword" content="Bootstrap,Admin,Template,Open,Source,jQuery,CSS,HTML,RWD,Dashboard"> |
17 | 18 | <title>CoreUI Free Bootstrap Admin Template</title> |
18 | 19 | <!-- Icons--> |
19 | | - <link href="node_modules/flag-icon-css/css/flag-icon.min.css" rel="stylesheet" /> |
20 | | - <link href="node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet" /> |
21 | | - <link href="node_modules/simple-line-icons/css/simple-line-icons.css" rel="stylesheet" /> |
| 20 | + <link href="node_modules/flag-icon-css/css/flag-icon.min.css" rel="stylesheet"> |
| 21 | + <link href="node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet"> |
| 22 | + <link href="node_modules/simple-line-icons/css/simple-line-icons.css" rel="stylesheet"> |
22 | 23 | <!-- Main styles for this application--> |
23 | | - <link href="css/style.css" rel="stylesheet" /> |
| 24 | + <link href="css/style.css" rel="stylesheet"> |
24 | 25 | </head> |
25 | 26 | <body class="app flex-row align-items-center"> |
26 | 27 | <div class="container"> |
|
0 commit comments