commit ad5d7d9e218322691804ba0525c7d7cf127d394c
parent 3f4902a88f868984cce321ec6c755216fabb9c20
Author: evenfri <evenfri256@gmail.com>
Date: Tue, 28 Jul 2026 02:22:59 +0800
update
Diffstat:
5 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/favicon.jpg b/favicon.jpg
Binary files differ.
diff --git a/favicon.png b/favicon.png
Binary files differ.
diff --git a/index.html b/index.html
@@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>evenfri</title>
<link rel="stylesheet" href="style.css">
-<link rel="icon" href="favicon.jpg">
+<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
diff --git a/links.html b/links.html
@@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>evenfri</title>
<link rel="stylesheet" href="style.css">
-<link rel="icon" href="favicon.jpg">
+<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
diff --git a/logo.png b/logo.png
Binary files differ.