We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f83db0 commit e15fae4Copy full SHA for e15fae4
login.html
@@ -6,7 +6,7 @@
6
content="default-src 'self'; script-src 'none'; style-src 'self' 'unsafe-inline'; img-src data: 'self'" />
7
<title>Login</title>
8
<link rel="stylesheet" type="text/css" href="assets/css/style.login.css" />
9
- <link href="assets/images/favicon.ico" rel="icon">
+ <link href="assets/images/favicon.png" rel="shortcut icon" type="image/png">
10
</head>
11
<body>
12
<form id="slick-login" action="index.php" method="POST">
0 commit comments