diff --git a/assets/apple-touch-icon.png b/assets/apple-touch-icon.png new file mode 100644 index 0000000..0f2ff06 Binary files /dev/null and b/assets/apple-touch-icon.png differ diff --git a/assets/favicon.ico b/assets/favicon.ico new file mode 100644 index 0000000..39affe5 Binary files /dev/null and b/assets/favicon.ico differ diff --git a/assets/icon-192.png b/assets/icon-192.png new file mode 100644 index 0000000..5a4175d Binary files /dev/null and b/assets/icon-192.png differ diff --git a/assets/icon-512.png b/assets/icon-512.png new file mode 100644 index 0000000..3103a0c Binary files /dev/null and b/assets/icon-512.png differ diff --git a/assets/icon.svg b/assets/icon.svg new file mode 100644 index 0000000..f7fbf13 --- /dev/null +++ b/assets/icon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/assets/manifest.webmanifest b/assets/manifest.webmanifest new file mode 100644 index 0000000..68680d9 --- /dev/null +++ b/assets/manifest.webmanifest @@ -0,0 +1 @@ +{"icons": [{"src": "/assets/icon-192.png", "type": "image/png", "sizes": "192x192"}, {"src": "/assets/icon-512.png", "type": "image/png", "sizes": "512x512"}]} diff --git a/index.html b/index.html index 958c4cc..88e7c8a 100644 --- a/index.html +++ b/index.html @@ -6,31 +6,24 @@ - - - - - - - - - - - - - - - - - - + + + + + - + \ No newline at end of file