commit 2c9e4e74f4482d86ec46d76e00a8405c7c64b89c
parent 17a194519710bf9ae5fd72dead3f02d9e6bf8c73
Author: Shipwreckt <Shipwreckt@mailfence.com>
Date: Sun, 12 May 2024 20:43:06 +0100
changed from ico to the normal icon.jpg
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/favicon.ico b/public/favicon.ico
Binary files differ.
diff --git a/public/index.html b/public/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Shipwreckt</title>
- <link rel="icon" href="favicon.ico" type="image/x-icon">
+ <link rel="icon" href="logo.jpg" type="image/x-icon">
<!-- styles -->
<link href="style.css" rel="stylesheet" type="text/css" />