We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c4670 commit 4aa0284Copy full SHA for 4aa0284
index.html
@@ -6,7 +6,7 @@
6
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7
<title>CoreUI - Open Source Bootstrap Admin Template</title>
8
9
- <link rel="shortcut icon" href="./favicon.ico">
+ <link rel="shortcut icon" href="/static/favicon.ico">
10
</head>
11
12
<!-- BODY options, add following classes to body to change options
@@ -38,6 +38,9 @@
38
-->
39
40
<body class="app">
41
+ <noscript>
42
+ You need to enable JavaScript to run this app.
43
+ </noscript>
44
<div id="app"></div>
45
<!-- built files will be auto injected -->
46
</body>
0 commit comments