From 38565ce8f6f56e3e40baeb9ad83c8c7435bd5d34 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Thu, 26 Jan 2017 20:57:29 +0100 Subject: Add favicon Signed-off-by: Noah Loomans --- _includes/head.html | 6 ++++++ android-chrome-192x192.png | Bin 0 -> 62547 bytes android-chrome-512x512.png | Bin 0 -> 362742 bytes apple-touch-icon.png | Bin 0 -> 55864 bytes favicon-16x16.png | Bin 0 -> 1130 bytes favicon-32x32.png | Bin 0 -> 3021 bytes favicon.ico | Bin 0 -> 15086 bytes 7 files changed, 6 insertions(+) create mode 100644 android-chrome-192x192.png create mode 100644 android-chrome-512x512.png create mode 100644 apple-touch-icon.png create mode 100644 favicon-16x16.png create mode 100644 favicon-32x32.png create mode 100644 favicon.ico diff --git a/_includes/head.html b/_includes/head.html index 9fc064d..fe538cf 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,6 +1,7 @@ Noah Loomans + @@ -10,4 +11,9 @@ window.location = window.location.toString().replace(/^http:/, "https:"); } + + + + + diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png new file mode 100644 index 0000000..f7a6439 Binary files /dev/null and b/android-chrome-192x192.png differ diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png new file mode 100644 index 0000000..8a1171d Binary files /dev/null and b/android-chrome-512x512.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..fe0662e Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100644 index 0000000..16a3dd9 Binary files /dev/null and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100644 index 0000000..082c845 Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..944b895 Binary files /dev/null and b/favicon.ico differ -- cgit v1.1