Skip to content

Commit 6e11be9

Browse files
committed
Fri Dec 5 01:41:45 CST 2025
1 parent e267c98 commit 6e11be9

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

favicon.svg

Lines changed: 5 additions & 0 deletions
Loading

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<title>eBird 最新鳥類名錄查詢</title>
1919

2020
<!-- Favicon -->
21-
<link rel="icon"
22-
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z'/><line x1='16' y1='8' x2='2' y2='22'/><line x1='17.5' y1='15' x2='9' y2='15'/></svg>"
23-
type="image/svg+xml">
21+
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
22+
<link rel="icon" href="/favicon.ico" sizes="48x48">
23+
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
2424

2525
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
2626
<link rel="stylesheet" href="styles.css">

0 commit comments

Comments
 (0)