commit b866a18c8c2508af4a524b251bd477651c3faf36
parent 71dfdd8f935a8cdace527518448167db29d47d1b
Author: Willem Van Zwol <willem@vanzwol.com>
Date: Tue, 12 May 2026 15:21:18 -0700
Added favicon
Also changed file path for styles.css to ./styles.css to match
./favicon.ico
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/favicon.ico b/favicon.ico
Binary files differ.
diff --git a/index.html b/index.html
@@ -4,7 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio</title>
- <link rel="stylesheet" type="text/css" href="styles.css">
+ <link rel="icon" type="image/x-icon" href="./favicon.ico">
+ <link rel="stylesheet" type="text/css" href="./styles.css">
</head>
<body>
<nav>