diff --git a/frontend/src/app.html b/frontend/src/app.html index d8ed254..e9ab5cc 100644 --- a/frontend/src/app.html +++ b/frontend/src/app.html @@ -1,13 +1,24 @@ - - - - - - - %svelte.head% - - -
%svelte.body%
- + + + + + + + + + + + + + + + + + + %svelte.head% + + +
%svelte.body%
+ diff --git a/frontend/static/android-chrome-192x192.png b/frontend/static/android-chrome-192x192.png new file mode 100644 index 0000000..a053227 Binary files /dev/null and b/frontend/static/android-chrome-192x192.png differ diff --git a/frontend/static/android-chrome-512x512.png b/frontend/static/android-chrome-512x512.png new file mode 100644 index 0000000..603320f Binary files /dev/null and b/frontend/static/android-chrome-512x512.png differ diff --git a/frontend/static/apple-touch-icon.png b/frontend/static/apple-touch-icon.png new file mode 100644 index 0000000..7f986c8 Binary files /dev/null and b/frontend/static/apple-touch-icon.png differ diff --git a/frontend/static/browserconfig.xml b/frontend/static/browserconfig.xml new file mode 100644 index 0000000..eeb397f --- /dev/null +++ b/frontend/static/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #00a300 + + + diff --git a/frontend/static/favicon-16x16.png b/frontend/static/favicon-16x16.png new file mode 100644 index 0000000..b84b218 Binary files /dev/null and b/frontend/static/favicon-16x16.png differ diff --git a/frontend/static/favicon-32x32.png b/frontend/static/favicon-32x32.png new file mode 100644 index 0000000..a3a2841 Binary files /dev/null and b/frontend/static/favicon-32x32.png differ diff --git a/frontend/static/favicon.ico b/frontend/static/favicon.ico new file mode 100644 index 0000000..913dfc3 Binary files /dev/null and b/frontend/static/favicon.ico differ diff --git a/frontend/static/mstile-150x150.png b/frontend/static/mstile-150x150.png new file mode 100644 index 0000000..1db324e Binary files /dev/null and b/frontend/static/mstile-150x150.png differ diff --git a/frontend/static/safari-pinned-tab.svg b/frontend/static/safari-pinned-tab.svg new file mode 100644 index 0000000..e89f28b --- /dev/null +++ b/frontend/static/safari-pinned-tab.svg @@ -0,0 +1,56 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + diff --git a/frontend/static/site.webmanifest b/frontend/static/site.webmanifest new file mode 100644 index 0000000..d8b88af --- /dev/null +++ b/frontend/static/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "ClassQuiz", + "short_name": "ClassQuiz", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}