Skip to content

Commit 1df34f3

Browse files
committed
beeped ico instead of png fevicon
1 parent 73d344e commit 1df34f3

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

blog/01.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
5-
<link rel="icon" type="image/png" href="../fevico.png">
5+
<link rel="icon" href="../favicon.ico" type="image/x-icon">
66
<title>Batsite</title>
77
<link rel="stylesheet" href="../style.css">
88
</head>

blog/Edit_this_page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
5-
<link rel="icon" type="image/png" href="../fevico.png">
5+
<link rel="icon" href="./favicon.ico" type="image/x-icon">
66
<title>Batsite</title>
77
<link rel="stylesheet" href="../style.css">
88
</head>

blog_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" type="image/png" href="./fevico.png">
6+
<link rel="icon" href="./favicon.ico" type="image/x-icon">
77
<title>Batsite</title>
88
<link rel="stylesheet" href="style.css">
99
</head>

favicon.ico

15 KB
Binary file not shown.

fevico.png

-586 KB
Binary file not shown.

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" type="image/png" href="./fevico.png">
6+
<link rel="icon" href="./favicon.ico" type="image/x-icon">
77
<title>Batsite</title>
88
<link rel="stylesheet" href="style.css">
99
</head>

0 commit comments

Comments
 (0)