From cf5fda862bbbb0e864335333fc6ebe402407e4e0 Mon Sep 17 00:00:00 2001 From: Pitu Date: Tue, 31 Jan 2017 04:29:50 -0300 Subject: =?UTF-8?q?More=20meta=20tags=20(=E2=95=AF=C2=B0=E2=96=A1=C2=B0?= =?UTF-8?q?=EF=BC=89=E2=95=AF=EF=B8=B5=20=E2=94=BB=E2=94=81=E2=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home.html | 12 ++++++- public/images/.DS_Store | Bin 0 -> 6148 bytes public/images/icons/android-chrome-192x192.png | Bin 0 -> 11300 bytes public/images/icons/android-chrome-384x384.png | Bin 0 -> 31742 bytes public/images/icons/apple-touch-icon.png | Bin 0 -> 8070 bytes public/images/icons/browserconfig.xml | 9 +++++ public/images/icons/favicon-16x16.png | Bin 0 -> 920 bytes public/images/icons/favicon-32x32.png | Bin 0 -> 1680 bytes public/images/icons/favicon.ico | Bin 0 -> 15086 bytes public/images/icons/manifest.json | 18 ++++++++++ public/images/icons/mstile-150x150.png | Bin 0 -> 6268 bytes public/images/icons/safari-pinned-tab.svg | 47 +++++++++++++++++++++++++ public/images/logo_square.png | Bin 0 -> 159455 bytes 13 files changed, 85 insertions(+), 1 deletion(-) create mode 100644 public/images/.DS_Store create mode 100644 public/images/icons/android-chrome-192x192.png create mode 100644 public/images/icons/android-chrome-384x384.png create mode 100644 public/images/icons/apple-touch-icon.png create mode 100644 public/images/icons/browserconfig.xml create mode 100644 public/images/icons/favicon-16x16.png create mode 100644 public/images/icons/favicon-32x32.png create mode 100644 public/images/icons/favicon.ico create mode 100644 public/images/icons/manifest.json create mode 100644 public/images/icons/mstile-150x150.png create mode 100644 public/images/icons/safari-pinned-tab.svg create mode 100644 public/images/logo_square.png diff --git a/pages/home.html b/pages/home.html index 9263b72..23ee872 100644 --- a/pages/home.html +++ b/pages/home.html @@ -3,9 +3,19 @@ - + + + + + + + + + + + diff --git a/public/images/.DS_Store b/public/images/.DS_Store new file mode 100644 index 0000000..9dcc1fe Binary files /dev/null and b/public/images/.DS_Store differ diff --git a/public/images/icons/android-chrome-192x192.png b/public/images/icons/android-chrome-192x192.png new file mode 100644 index 0000000..1e77f89 Binary files /dev/null and b/public/images/icons/android-chrome-192x192.png differ diff --git a/public/images/icons/android-chrome-384x384.png b/public/images/icons/android-chrome-384x384.png new file mode 100644 index 0000000..c07f93c Binary files /dev/null and b/public/images/icons/android-chrome-384x384.png differ diff --git a/public/images/icons/apple-touch-icon.png b/public/images/icons/apple-touch-icon.png new file mode 100644 index 0000000..3590469 Binary files /dev/null and b/public/images/icons/apple-touch-icon.png differ diff --git a/public/images/icons/browserconfig.xml b/public/images/icons/browserconfig.xml new file mode 100644 index 0000000..f95ebd2 --- /dev/null +++ b/public/images/icons/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #00aba9 + + + diff --git a/public/images/icons/favicon-16x16.png b/public/images/icons/favicon-16x16.png new file mode 100644 index 0000000..bf15749 Binary files /dev/null and b/public/images/icons/favicon-16x16.png differ diff --git a/public/images/icons/favicon-32x32.png b/public/images/icons/favicon-32x32.png new file mode 100644 index 0000000..e213772 Binary files /dev/null and b/public/images/icons/favicon-32x32.png differ diff --git a/public/images/icons/favicon.ico b/public/images/icons/favicon.ico new file mode 100644 index 0000000..f18ab34 Binary files /dev/null and b/public/images/icons/favicon.ico differ diff --git a/public/images/icons/manifest.json b/public/images/icons/manifest.json new file mode 100644 index 0000000..01860cb --- /dev/null +++ b/public/images/icons/manifest.json @@ -0,0 +1,18 @@ +{ + "name": "lolisafe", + "icons": [ + { + "src": "/images/icons/android-chrome-192x192.png?v=XBreOJMe24", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/images/icons/android-chrome-384x384.png?v=XBreOJMe24", + "sizes": "384x384", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} \ No newline at end of file diff --git a/public/images/icons/mstile-150x150.png b/public/images/icons/mstile-150x150.png new file mode 100644 index 0000000..a84a7e4 Binary files /dev/null and b/public/images/icons/mstile-150x150.png differ diff --git a/public/images/icons/safari-pinned-tab.svg b/public/images/icons/safari-pinned-tab.svg new file mode 100644 index 0000000..5c1c698 --- /dev/null +++ b/public/images/icons/safari-pinned-tab.svg @@ -0,0 +1,47 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + + diff --git a/public/images/logo_square.png b/public/images/logo_square.png new file mode 100644 index 0000000..c77d104 Binary files /dev/null and b/public/images/logo_square.png differ -- cgit v1.2.3