diff options
author | eug-vs <eug-vs@keemail.me> | 2020-07-03 20:06:57 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-07-03 20:07:08 +0300 |
commit | 020356cb5588c2fd4d12dd91d60fe082eb4c69a2 (patch) | |
tree | 147250552c26b67036a6005f0bf9c3d03d532e05 /public | |
parent | 68de14f03ec3cba9937669535783956766363462 (diff) | |
download | which-ui-020356cb5588c2fd4d12dd91d60fe082eb4c69a2.tar.gz |
feat: create basic markup
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 1 | ||||
-rw-r--r-- | public/which-logo-512.png | bin | 0 -> 22412 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html index c3d52e2..001cbac 100644 --- a/public/index.html +++ b/public/index.html @@ -2,6 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8" /> + <link rel="icon" type="image/png" sizes="16x16" href="./which-logo-64.png" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Which</title> </head> diff --git a/public/which-logo-512.png b/public/which-logo-512.png Binary files differnew file mode 100644 index 0000000..ddcbd9f --- /dev/null +++ b/public/which-logo-512.png |