diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/favicon.png | bin | 0 -> 375 bytes | |||
-rw-r--r-- | public/index.html | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/public/favicon.png b/public/favicon.png Binary files differnew file mode 100644 index 0000000..5991e63 --- /dev/null +++ b/public/favicon.png diff --git a/public/index.html b/public/index.html index f14ab80..0ecf8b9 100644 --- a/public/index.html +++ b/public/index.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <html lang="en"> <head> + <link rel="icon" type="image/png" sizes="16x16" href="./favicon.png" /> <title> ChronoCube </title> </head> <body> |