Skip to content

Commit e15fae4

Browse files
committed
Fix favicon login
1 parent 5f83db0 commit e15fae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
content="default-src 'self'; script-src 'none'; style-src 'self' 'unsafe-inline'; img-src data: 'self'" />
77
<title>Login</title>
88
<link rel="stylesheet" type="text/css" href="assets/css/style.login.css" />
9-
<link href="assets/images/favicon.ico" rel="icon">
9+
<link href="assets/images/favicon.png" rel="shortcut icon" type="image/png">
1010
</head>
1111
<body>
1212
<form id="slick-login" action="index.php" method="POST">

0 commit comments

Comments
 (0)