Commit 930c3774 authored by Corentin Bettiol's avatar Corentin Bettiol 💻
Browse files

solve favicon bug

parent 005399ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
	<?php if($pageName[1] == 404){ // le css pour la page 404 ?>
	<link rel="stylesheet" href="/css/404.css" />
	<?php } ?>
	<link rel="icon" type="image/png" href="img/icon.png" />
	<link rel="icon" type="image/png" href="/img/icon.png" />
	<style>
		*{
			color: #1f1f2e;