Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/favicon.ico
Binary file not shown.
4 changes: 4 additions & 0 deletions includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>

<!-- add favicon.ico so that the tab looks like a BioC tab -->
<link rel="SHORTCUT ICON" type="image/x-icon" href="/images/favicon.ico" />
<link rel="ICON" type="image/x-icon" href="/images/favicon.ico" />

<style>
/* Dark mode toggle button */
Expand Down
Loading