refactor: index.html favicon
This commit is contained in:
+4
-1
@@ -6,7 +6,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<title>CoreUI - Open Source Bootstrap Admin Template</title>
|
<title>CoreUI - Open Source Bootstrap Admin Template</title>
|
||||||
|
|
||||||
<link rel="shortcut icon" href="./favicon.ico">
|
<link rel="shortcut icon" href="/static/favicon.ico">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<!-- BODY options, add following classes to body to change options
|
<!-- BODY options, add following classes to body to change options
|
||||||
@@ -38,6 +38,9 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<body class="app">
|
<body class="app">
|
||||||
|
<noscript>
|
||||||
|
You need to enable JavaScript to run this app.
|
||||||
|
</noscript>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<!-- built files will be auto injected -->
|
<!-- built files will be auto injected -->
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user