fix(index.html): favicon path
This commit is contained in:
parent
eabe382973
commit
fd1c4034a2
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user