From e5515d3e1603339b4957421c9494ca619490a03d Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 28 Feb 2020 13:07:34 -0500 Subject: A few "quality of life" things + icons for all pages + titles for pages --- client.html | 8 ++++++++ favicon.ico | Bin 0 -> 1150 bytes images/wc-icon-144.png | Bin 0 -> 5171 bytes images/wc-icon-288.png | Bin 0 -> 10018 bytes images/wc-icon-32.png | Bin 0 -> 1443 bytes images/wc-icon-48.png | Bin 0 -> 1898 bytes images/wc-icon-96.png | Bin 0 -> 3980 bytes index.html | 8 ++++++++ 8 files changed, 16 insertions(+) create mode 100644 favicon.ico create mode 100644 images/wc-icon-144.png create mode 100644 images/wc-icon-288.png create mode 100644 images/wc-icon-32.png create mode 100644 images/wc-icon-48.png create mode 100644 images/wc-icon-96.png diff --git a/client.html b/client.html index b48e54c..e7d6153 100644 --- a/client.html +++ b/client.html @@ -12,12 +12,20 @@ + + + + + + + + WebCards - Client diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..91e0742 Binary files /dev/null and b/favicon.ico differ diff --git a/images/wc-icon-144.png b/images/wc-icon-144.png new file mode 100644 index 0000000..ecc4084 Binary files /dev/null and b/images/wc-icon-144.png differ diff --git a/images/wc-icon-288.png b/images/wc-icon-288.png new file mode 100644 index 0000000..04f6a07 Binary files /dev/null and b/images/wc-icon-288.png differ diff --git a/images/wc-icon-32.png b/images/wc-icon-32.png new file mode 100644 index 0000000..ec390c5 Binary files /dev/null and b/images/wc-icon-32.png differ diff --git a/images/wc-icon-48.png b/images/wc-icon-48.png new file mode 100644 index 0000000..e787102 Binary files /dev/null and b/images/wc-icon-48.png differ diff --git a/images/wc-icon-96.png b/images/wc-icon-96.png new file mode 100644 index 0000000..a10d0eb Binary files /dev/null and b/images/wc-icon-96.png differ diff --git a/index.html b/index.html index c7d2f71..ed8df51 100644 --- a/index.html +++ b/index.html @@ -8,9 +8,17 @@ + + + + + + + + WebCards -- cgit v1.2.3