Update favicon to use PNG logo instead of ICO

This commit is contained in:
2025-12-27 18:02:00 +01:00
parent 8687cc638a
commit a238c42573
2 changed files with 1 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Juego del Impostor</title> <title>Juego del Impostor</title>
<link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="styles.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> <link rel="icon" type="image/png" href="logo.png">
</head> </head>
<body> <body>
<div class="container"> <div class="container">

BIN
logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB