diff --git a/static/img/apple-touch-icon.png b/static/img/apple-touch-icon.png new file mode 100644 index 0000000..183c67f Binary files /dev/null and b/static/img/apple-touch-icon.png differ diff --git a/static/img/favicon-96x96.png b/static/img/favicon-96x96.png new file mode 100644 index 0000000..3058544 Binary files /dev/null and b/static/img/favicon-96x96.png differ diff --git a/static/img/favicon.ico b/static/img/favicon.ico new file mode 100644 index 0000000..5dd06c8 Binary files /dev/null and b/static/img/favicon.ico differ diff --git a/static/img/favicon.svg b/static/img/favicon.svg new file mode 100644 index 0000000..aa7f4bc --- /dev/null +++ b/static/img/favicon.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/static/img/web-app-manifest-192x192.png b/static/img/web-app-manifest-192x192.png new file mode 100644 index 0000000..53b4be3 Binary files /dev/null and b/static/img/web-app-manifest-192x192.png differ diff --git a/static/img/web-app-manifest-512x512.png b/static/img/web-app-manifest-512x512.png new file mode 100644 index 0000000..9f1786b Binary files /dev/null and b/static/img/web-app-manifest-512x512.png differ diff --git a/static/site.webmanifest b/static/site.webmanifest new file mode 100644 index 0000000..7da43ee --- /dev/null +++ b/static/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "Avery Winters", + "short_name": "Avery Winters", + "icons": [ + { + "src": "/img/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/img/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#1d1e28", + "background_color": "#1d1e28", + "display": "standalone" +} \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index d0142b3..7e0d36b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,6 +1,14 @@ {% extends "zerm/templates/index.html" %} {%- block general_meta -%} {{ head::general_meta() }} + + + + + + + +