diff options
author | asketonim <anton.dubik33@gmail.com> | 2020-01-28 22:42:47 +0300 |
---|---|---|
committer | asketonim <anton.dubik33@gmail.com> | 2020-01-28 22:42:47 +0300 |
commit | 1ea6ae2f80e5e3f60ad89b4d6d02281c817cee43 (patch) | |
tree | 2ffa01673377d33af49ea8dbc317cde6f2bf0a42 /public | |
parent | ac791ff6d0c80f90b51866caa3b5195e5f47a045 (diff) | |
download | chrono-cube-ui-1ea6ae2f80e5e3f60ad89b4d6d02281c817cee43.tar.gz |
fix: change message on 'running' mode
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> |