refactor: index.html favicon

This commit is contained in:
xidedix
2018-05-25 17:44:11 +02:00
parent 67c46700f8
commit 4aa02846e3
+4 -1
View File
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>CoreUI - Open Source Bootstrap Admin Template</title>
<link rel="shortcut icon" href="./favicon.ico">
<link rel="shortcut icon" href="/static/favicon.ico">
</head>
<!-- BODY options, add following classes to body to change options
@@ -38,6 +38,9 @@
-->
<body class="app">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>