icon
This commit is contained in:
parent
f847cb8d8d
commit
2815679634
2 changed files with 5 additions and 1 deletions
BIN
public/icon.png
BIN
public/icon.png
Binary file not shown.
Before Width: | Height: | Size: 110 KiB |
|
@ -64,7 +64,11 @@ export default function Home() {
|
|||
<div>
|
||||
<Head>
|
||||
<title>Youtube Downlaoder</title>
|
||||
<link rel="icon" href="/icon.png" />
|
||||
<link
|
||||
rel="shortcut icon"
|
||||
href="https://www.youtube.com/s/desktop/066935b0/img/favicon.ico"
|
||||
type="image/x-icon"
|
||||
/>
|
||||
</Head>
|
||||
|
||||
<div className="py-12 w-full h-screen">
|
||||
|
|
Loading…
Reference in a new issue