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 f59794f commit cbb0688Copy full SHA for cbb0688
public/favicon.ico
10.9 KB
public/index.html
@@ -4,14 +4,14 @@
4
<meta charset="utf-8" />
5
<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" />
+ <link rel="icon" href="./favicon.ico" />
8
<link rel="preconnect" href="https://fonts.googleapis.com" />
9
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
10
<link
11
href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap"
12
rel="stylesheet"
13
/>
14
- <title><%= htmlWebpackPlugin.options.title %></title>
+ <title>OnlyHTML | Offcial site</title>
15
</head>
16
<body>
17
<noscript>
0 commit comments