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

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>