Attempt to fix favicon.ico load fail

This commit is contained in:
christiangoeschel 2024-07-21 21:51:48 -04:00
parent 783f883d13
commit db970922b9

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>Christian Goeschel Ndjomouo - Portfolio</title>
<link rel="icon" type="image/x-icon" href="file:///Volumes/Public/Portfolio/icons/favicon.ico">
<link rel="icon" type="image/x-icon" href="icons/favicon.ico">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="js/anim.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css">