fix(index.html): favicon path

This commit is contained in:
Rim 2025-03-14 17:02:45 -04:00
parent eabe382973
commit fd1c4034a2

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Call of Duty Stats Tracker</title>
<link rel="stylesheet" type="text/css" href="./src/css/styles.css">
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="icon" type="image/x-icon" href="./src/images/favicon.ico">
<!-- <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png"> -->
<script src="./src/js/backend.js" defer></script>
</head>