Add blank favicon on login page (#4498)

This commit is contained in:
DingDongSoLong4 2024-02-06 01:22:32 +02:00 committed by GitHub
parent cf8efa9035
commit 3ea31aeb76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Login</title>
<link rel="shortcut icon" href="data:,">
<link rel="stylesheet" href="login/login.css">
<link rel="stylesheet" href="css">
</head>