如何更改基于 Bootstrap 的代理主题中的图标

aer*_*r_0 1 html css favicon bootstrap-4

Bootstrap 中的代理免费主题与 GitHub 图标很长,我无法跟踪 GitHub 图标来自哪里,这就是为什么我无法更改它。当我在标签之间添加自定义图标时,它没有覆盖起始图标<head></head>

小智 5

你可以用这种方式。并前往W3School

<link rel='icon' href='favicon.ico' type='image/x-icon' sizes="16x16" />
Run Code Online (Sandbox Code Playgroud)