Add Favicon

This commit is contained in:
Gabe 2023-11-06 00:22:36 +00:00
parent 582a50ab19
commit 9c317aa8d8
2 changed files with 1 additions and 0 deletions

BIN
favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View file

@ -16,6 +16,7 @@
integrity="sha256-eTyxS0rkjpLEo16uXTS0uVCS4815lc40K2iVpWDvdSY=" integrity="sha256-eTyxS0rkjpLEo16uXTS0uVCS4815lc40K2iVpWDvdSY="
crossorigin="anonymous"> crossorigin="anonymous">
</script> </script>
<link rel="icon" type="image/x-icon" href="favicon.png">
<title>Cost in Coffee</title> <title>Cost in Coffee</title>
<link rel="stylesheet" href="index.css" /> <link rel="stylesheet" href="index.css" />
</head> </head>