Skip to content

Commit

Permalink
remove sizes attr
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Nov 20, 2024
1 parent 035c3a6 commit fc079a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
'This browser does not support the Popover API natively, so the polyfill has been applied.';
}
</script>
<link rel="icon" type="image/x-icon" sizes="48x48" href="/favicon.ico" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<script src="https://unpkg.com/prismjs@v1.x/components/prism-core.min.js"></script>
<script src="https://unpkg.com/prismjs@v1.x/plugins/autoloader/prism-autoloader.min.js"></script>

Expand Down

0 comments on commit fc079a8

Please sign in to comment.