diff options
author | Shipwreckt <Shipwreckt@mailfence.com> | 2024-05-12 20:43:06 +0100 |
---|---|---|
committer | Shipwreckt <Shipwreckt@mailfence.com> | 2024-05-12 20:43:06 +0100 |
commit | 2c9e4e74f4482d86ec46d76e00a8405c7c64b89c (patch) | |
tree | d0760c95d8b64b8eeb9d43d69368c82a6d2b7bb4 | |
parent | 17a194519710bf9ae5fd72dead3f02d9e6bf8c73 (diff) |
changed from ico to the normal icon.jpg
-rw-r--r-- | public/favicon.ico | bin | 5074 -> 0 bytes | |||
-rw-r--r-- | public/index.html | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/public/favicon.ico b/public/favicon.ico Binary files differdeleted file mode 100644 index 5446c6c..0000000 --- a/public/favicon.ico +++ /dev/null diff --git a/public/index.html b/public/index.html index 550793d..6e83499 100644 --- 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" /> |