Update favicon links from SVG to PNG format across multiple HTML files

This commit is contained in:
2026-07-28 22:23:46 -05:00
parent efb33d17ce
commit a492cce61a
23 changed files with 30 additions and 26 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Space+Mono:wght@400;700&family=Inter:wght@400;500;600;800&display=swap" rel="stylesheet">
<link rel="icon" type="image/svg+xml" href="../favicon.svg">
<link rel="icon" type="image/png" href="../favicon.png">
<link rel="stylesheet" href="../projects/style.css">
<style>
.article-header{padding:100px 0 40px;}