Skip to content

Commit cbb0688

Browse files
committed
refactor: add new favicon and title
- add favicon in /public - add title in /public/index.html
1 parent f59794f commit cbb0688

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/favicon.ico

10.9 KB
Binary file not shown.

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<meta charset="utf-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
7-
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
7+
<link rel="icon" href="./favicon.ico" />
88
<link rel="preconnect" href="https://fonts.googleapis.com" />
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
1010
<link
1111
href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap"
1212
rel="stylesheet"
1313
/>
14-
<title><%= htmlWebpackPlugin.options.title %></title>
14+
<title>OnlyHTML | Offcial site</title>
1515
</head>
1616
<body>
1717
<noscript>

0 commit comments

Comments
 (0)