diff --git a/filed/static/android-chrome-192x192.png b/filed/static/android-chrome-192x192.png new file mode 100644 index 0000000..46b4046 Binary files /dev/null and b/filed/static/android-chrome-192x192.png differ diff --git a/filed/static/android-chrome-512x512.png b/filed/static/android-chrome-512x512.png new file mode 100644 index 0000000..baa0049 Binary files /dev/null and b/filed/static/android-chrome-512x512.png differ diff --git a/filed/static/apple-touch-icon.png b/filed/static/apple-touch-icon.png new file mode 100644 index 0000000..f3d7ade Binary files /dev/null and b/filed/static/apple-touch-icon.png differ diff --git a/filed/static/favicon-16x16.png b/filed/static/favicon-16x16.png new file mode 100644 index 0000000..2dc39a1 Binary files /dev/null and b/filed/static/favicon-16x16.png differ diff --git a/filed/static/favicon-32x32.png b/filed/static/favicon-32x32.png new file mode 100644 index 0000000..1db2858 Binary files /dev/null and b/filed/static/favicon-32x32.png differ diff --git a/filed/static/favicon.ico b/filed/static/favicon.ico new file mode 100644 index 0000000..f66ac9d Binary files /dev/null and b/filed/static/favicon.ico differ diff --git a/filed/static/site.webmanifest b/filed/static/site.webmanifest new file mode 100644 index 0000000..8c29d3f --- /dev/null +++ b/filed/static/site.webmanifest @@ -0,0 +1,23 @@ +{ + "name": "blek! File", + "short_name": "blek! File", + "description": "A minute file hosting", + "start_url": "/", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#303030", + "background_color": "#1e1e1e", + "display": "standalone", + "orientation": "landscape", + "prefer_related_applications": false +} \ No newline at end of file diff --git a/filed/templates/base.html b/filed/templates/base.html index 6c308d3..5c049d7 100644 --- a/filed/templates/base.html +++ b/filed/templates/base.html @@ -3,6 +3,7 @@
+ diff --git a/filed/templates/seotags.html b/filed/templates/seotags.html new file mode 100644 index 0000000..74b37b2 --- /dev/null +++ b/filed/templates/seotags.html @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file