diff options
author | Shipwreckt <Shipwreckt@mailfence.com> | 2024-05-12 20:41:41 +0100 |
---|---|---|
committer | Shipwreckt <Shipwreckt@mailfence.com> | 2024-05-12 20:41:41 +0100 |
commit | 17a194519710bf9ae5fd72dead3f02d9e6bf8c73 (patch) | |
tree | a85e0c10202b6a9eb49d8d7448299f1cfef8c1f2 | |
parent | a65705b92b5fb688d2f8dc03bb97b745c2cfee27 (diff) |
added favicon
-rw-r--r-- | public/favicon.ico | bin | 0 -> 5074 bytes | |||
-rw-r--r-- | public/index.html | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/public/favicon.ico b/public/favicon.ico Binary files differnew file mode 100644 index 0000000..5446c6c --- /dev/null +++ b/public/favicon.ico diff --git a/public/index.html b/public/index.html index 1626519..550793d 100644 --- a/public/index.html +++ b/public/index.html @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <title>Shipwreckt</title> + <link rel="icon" href="favicon.ico" type="image/x-icon"> <!-- styles --> <link href="style.css" rel="stylesheet" type="text/css" /> |