[public] Prevent request for nonexistent favicon.ico
This commit is contained in:
parent
5b45a6df96
commit
ea04b66667
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="Shorten URLs" />
|
||||
<link rel="icon" href="data:,">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap" rel="stylesheet" />
|
||||
<link href="style.css" rel="stylesheet" />
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue