diff --git a/html/footer.html b/html/footer.html index 17811fb..9e18258 100644 --- a/html/footer.html +++ b/html/footer.html @@ -39,7 +39,7 @@ @@ -79,6 +79,12 @@ } + + \ No newline at end of file diff --git a/html/header.html b/html/header.html index 8b73269..eb22897 100644 --- a/html/header.html +++ b/html/header.html @@ -17,12 +17,13 @@ p{font-size:18px;} - - + + + + + + + diff --git a/img/favicon/android-chrome-192x192.png b/img/favicon/android-chrome-192x192.png new file mode 100644 index 0000000..ae7af32 Binary files /dev/null and b/img/favicon/android-chrome-192x192.png differ diff --git a/img/favicon/android-chrome-512x512.png b/img/favicon/android-chrome-512x512.png new file mode 100644 index 0000000..735a180 Binary files /dev/null and b/img/favicon/android-chrome-512x512.png differ diff --git a/img/favicon/apple-touch-icon.png b/img/favicon/apple-touch-icon.png new file mode 100644 index 0000000..eda61d7 Binary files /dev/null and b/img/favicon/apple-touch-icon.png differ diff --git a/img/favicon/browserconfig.xml b/img/favicon/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/img/favicon/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/img/favicon/favicon-16x16.png b/img/favicon/favicon-16x16.png new file mode 100644 index 0000000..9ace993 Binary files /dev/null and b/img/favicon/favicon-16x16.png differ diff --git a/img/favicon/favicon-32x32.png b/img/favicon/favicon-32x32.png new file mode 100644 index 0000000..63e6caa Binary files /dev/null and b/img/favicon/favicon-32x32.png differ diff --git a/img/favicon/favicon.ico b/img/favicon/favicon.ico new file mode 100644 index 0000000..28d8f97 Binary files /dev/null and b/img/favicon/favicon.ico differ diff --git a/img/favicon/mstile-150x150.png b/img/favicon/mstile-150x150.png new file mode 100644 index 0000000..5505957 Binary files /dev/null and b/img/favicon/mstile-150x150.png differ diff --git a/img/favicon/safari-pinned-tab.svg b/img/favicon/safari-pinned-tab.svg new file mode 100644 index 0000000..33ca374 --- /dev/null +++ b/img/favicon/safari-pinned-tab.svg @@ -0,0 +1,27 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + + diff --git a/img/favicon/site.json b/img/favicon/site.json new file mode 100644 index 0000000..b20abb7 --- /dev/null +++ b/img/favicon/site.json @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "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" +} diff --git a/videoManager.js b/videoManager.js index dff0d3c..6042c8d 100644 --- a/videoManager.js +++ b/videoManager.js @@ -32,6 +32,9 @@ function createIndex(filename, videos, templateKey) { console.log(metaData); resolve(); + }).catch(function(error) + { + resolve(); }) } else