Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EmielH/hallo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorEmiel Hollander <EmielH@users.noreply.github.com>2019-03-16 12:25:04 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2019-03-16 12:25:04 +0300
commit12b9f0165bd77227ddbbbefb32416c44783843b2 (patch)
tree3e8eacb9b8185d94217ddb27f8b19d239616baf1 /static
parent4b0e1f2c509486e0b0eceb35cbc94772d0d8ace2 (diff)
Add favicon
Diffstat (limited to 'static')
-rw-r--r--static/android-chrome-192x192.pngbin0 -> 19065 bytes
-rw-r--r--static/android-chrome-512x512.pngbin0 -> 59602 bytes
-rw-r--r--static/apple-touch-icon.pngbin0 -> 17145 bytes
-rw-r--r--static/favicon-16x16.pngbin0 -> 799 bytes
-rw-r--r--static/favicon-32x32.pngbin0 -> 2038 bytes
-rw-r--r--static/favicon.icobin0 -> 15406 bytes
-rw-r--r--static/site.webmanifest19
7 files changed, 19 insertions, 0 deletions
diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png
new file mode 100644
index 0000000..c64dd7a
--- /dev/null
+++ b/static/android-chrome-192x192.png
Binary files differ
diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png
new file mode 100644
index 0000000..87a43df
--- /dev/null
+++ b/static/android-chrome-512x512.png
Binary files differ
diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png
new file mode 100644
index 0000000..2e45733
--- /dev/null
+++ b/static/apple-touch-icon.png
Binary files differ
diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png
new file mode 100644
index 0000000..648591c
--- /dev/null
+++ b/static/favicon-16x16.png
Binary files differ
diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png
new file mode 100644
index 0000000..68150d2
--- /dev/null
+++ b/static/favicon-32x32.png
Binary files differ
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000..e049023
--- /dev/null
+++ b/static/favicon.ico
Binary files differ
diff --git a/static/site.webmanifest b/static/site.webmanifest
new file mode 100644
index 0000000..901bd0c
--- /dev/null
+++ b/static/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+} \ No newline at end of file