Skip to content

Commit 4aa0284

Browse files
committed
refactor: index.html favicon
1 parent 67c4670 commit 4aa0284

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
77
<title>CoreUI - Open Source Bootstrap Admin Template</title>
88

9-
<link rel="shortcut icon" href="./favicon.ico">
9+
<link rel="shortcut icon" href="/static/favicon.ico">
1010
</head>
1111

1212
<!-- BODY options, add following classes to body to change options
@@ -38,6 +38,9 @@
3838
-->
3939

4040
<body class="app">
41+
<noscript>
42+
You need to enable JavaScript to run this app.
43+
</noscript>
4144
<div id="app"></div>
4245
<!-- built files will be auto injected -->
4346
</body>

0 commit comments

Comments
 (0)