diff --git a/view/static/icon-180.png b/view/static/icon-180.png new file mode 100644 index 0000000..027d484 Binary files /dev/null and b/view/static/icon-180.png differ diff --git a/view/static/icon-192.png b/view/static/icon-192.png new file mode 100644 index 0000000..a9ebda1 Binary files /dev/null and b/view/static/icon-192.png differ diff --git a/view/static/icon-32.png b/view/static/icon-32.png new file mode 100644 index 0000000..385795f Binary files /dev/null and b/view/static/icon-32.png differ diff --git a/view/static/icon-512.png b/view/static/icon-512.png new file mode 100644 index 0000000..86472b7 Binary files /dev/null and b/view/static/icon-512.png differ diff --git a/view/static/icon.svg b/view/static/icon.svg new file mode 100644 index 0000000..50e0c48 --- /dev/null +++ b/view/static/icon.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/view/static/manifest.webmanifest b/view/static/manifest.webmanifest new file mode 100644 index 0000000..a893e5b --- /dev/null +++ b/view/static/manifest.webmanifest @@ -0,0 +1,6 @@ +{ + "icons": [ + { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" }, + { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" } + ] +} diff --git a/view/templates/base.html b/view/templates/base.html index f1f3ca9..e4cb9e8 100644 --- a/view/templates/base.html +++ b/view/templates/base.html @@ -12,6 +12,10 @@ rel="stylesheet" href="{{ url_for('static', filename='main.css') }}" /> + + + +