Skip to content

Commit 7e46d61

Browse files
Update favicon link to use a remote URL
1 parent 88a5d24 commit 7e46d61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

latestpyfetch/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<link rel="icon" href="favicon.ico" type="image/x-icon" />
6+
<link rel="icon" href="https://raw.githubusercontent.com/linuxaddict124/pyfetch-web/refs/heads/main/favicon.ico" type="image/x-icon" />
77
<title>PyFetch v1.1 - The PyFetch Website</title>
88
<link rel="stylesheet" href="index.css" />
99
</head>

0 commit comments

Comments
 (0)