diff options
-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" /> |