|
1 | 1 | <!DOCTYPE html>
|
2 |
| -<html lang=""> |
| 2 | +<!-- |
| 3 | +* CoreUI Vue.js Admin Template |
| 4 | +* @version v4.0.0-baeta.0 |
| 5 | +* @link https://coreui.io//vue/ |
| 6 | +* Copyright (c) 2021 creativeLabs Łukasz Holeczek |
| 7 | +* License (https://coreui.io/pro/license) |
| 8 | +--> |
| 9 | +<html> |
3 | 10 | <head>
|
4 | 11 | <meta charset="utf-8">
|
5 | 12 | <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6 |
| - <meta name="viewport" content="width=device-width,initial-scale=1.0"> |
7 |
| - <link rel="icon" href="<%= BASE_URL %>favicon.ico"> |
8 |
| - <title><%= htmlWebpackPlugin.options.title %></title> |
| 13 | + <meta name="viewport" content="width=device-width,initial-scale=1.0,shrink-to-fit=no"> |
| 14 | + <meta name="description" content="CoreUI Vue.js Admin Template"> |
| 15 | + <meta name="author" content="creativeLabs Łukasz Holeczek"> |
| 16 | + <title>CoreUI Vue.js Admin Template</title> |
| 17 | + <!-- favicons for all devices --> |
| 18 | + <link rel="apple-touch-icon" sizes="57x57" href="./apple-icon-57x57.png"> |
| 19 | + <link rel="apple-touch-icon" sizes="60x60" href="./apple-icon-60x60.png"> |
| 20 | + <link rel="apple-touch-icon" sizes="72x72" href="./apple-icon-72x72.png"> |
| 21 | + <link rel="apple-touch-icon" sizes="76x76" href="./apple-icon-76x76.png"> |
| 22 | + <link rel="apple-touch-icon" sizes="114x114" href="./apple-icon-114x114.png"> |
| 23 | + <link rel="apple-touch-icon" sizes="120x120" href="./apple-icon-120x120.png"> |
| 24 | + <link rel="apple-touch-icon" sizes="144x144" href="./apple-icon-144x144.png"> |
| 25 | + <link rel="apple-touch-icon" sizes="152x152" href="./apple-icon-152x152.png"> |
| 26 | + <link rel="apple-touch-icon" sizes="180x180" href="./apple-icon-180x180.png"> |
| 27 | + <link rel="icon" type="image/png" sizes="192x192" href="./android-icon-192x192.png"> |
| 28 | + <link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png"> |
| 29 | + <link rel="icon" type="image/png" sizes="96x96" href="./favicon-96x96.png"> |
| 30 | + <link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png"> |
| 31 | + <link rel="manifest" href="./manifest.json"> |
| 32 | + <meta name="msapplication-TileColor" content="#ffffff"> |
| 33 | + <meta name="msapplication-TileImage" content="/ms-icon-144x144.png"> |
| 34 | + <meta name="theme-color" content="#ffffff"> |
9 | 35 | </head>
|
10 | 36 | <body>
|
11 | 37 | <noscript>
|
12 |
| - <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> |
| 38 | + <strong>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> |
13 | 39 | </noscript>
|
14 |
| - <div id="app"></div> |
| 40 | + <div id="app"></div> |
15 | 41 | <!-- built files will be auto injected -->
|
16 | 42 | </body>
|
17 | 43 | </html>
|
0 commit comments