diff --git a/templates/android-chrome-192x192.png b/templates/android-chrome-192x192.png new file mode 100644 index 0000000..a0bbfaa Binary files /dev/null and b/templates/android-chrome-192x192.png differ diff --git a/templates/android-chrome-512x512.png b/templates/android-chrome-512x512.png new file mode 100644 index 0000000..687fa80 Binary files /dev/null and b/templates/android-chrome-512x512.png differ diff --git a/templates/apple-touch-icon.png b/templates/apple-touch-icon.png new file mode 100644 index 0000000..934e78a Binary files /dev/null and b/templates/apple-touch-icon.png differ diff --git a/templates/browserconfig.xml b/templates/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/templates/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/templates/favicon-16x16.png b/templates/favicon-16x16.png new file mode 100644 index 0000000..d7ee1ff Binary files /dev/null and b/templates/favicon-16x16.png differ diff --git a/templates/favicon-32x32.png b/templates/favicon-32x32.png new file mode 100644 index 0000000..8853f59 Binary files /dev/null and b/templates/favicon-32x32.png differ diff --git a/templates/favicon.ico b/templates/favicon.ico new file mode 100644 index 0000000..8977219 Binary files /dev/null and b/templates/favicon.ico differ diff --git a/templates/index.html b/templates/index.html index bb9e680..70e8082 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,6 +4,13 @@ RIS Parser + + + + + + + diff --git a/templates/law.html b/templates/law.html index 6ac2b89..beb7aea 100644 --- a/templates/law.html +++ b/templates/law.html @@ -4,7 +4,14 @@ RIS Parser - + + + + + + + + diff --git a/templates/mstile-144x144.png b/templates/mstile-144x144.png new file mode 100644 index 0000000..b53ecde Binary files /dev/null and b/templates/mstile-144x144.png differ diff --git a/templates/mstile-150x150.png b/templates/mstile-150x150.png new file mode 100644 index 0000000..724d79c Binary files /dev/null and b/templates/mstile-150x150.png differ diff --git a/templates/mstile-310x150.png b/templates/mstile-310x150.png new file mode 100644 index 0000000..3828a22 Binary files /dev/null and b/templates/mstile-310x150.png differ diff --git a/templates/mstile-310x310.png b/templates/mstile-310x310.png new file mode 100644 index 0000000..1d6d537 Binary files /dev/null and b/templates/mstile-310x310.png differ diff --git a/templates/mstile-70x70.png b/templates/mstile-70x70.png new file mode 100644 index 0000000..90a7903 Binary files /dev/null and b/templates/mstile-70x70.png differ diff --git a/templates/safari-pinned-tab.svg b/templates/safari-pinned-tab.svg new file mode 100644 index 0000000..a56cd53 --- /dev/null +++ b/templates/safari-pinned-tab.svg @@ -0,0 +1,30 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + diff --git a/templates/site.webmanifest b/templates/site.webmanifest new file mode 100644 index 0000000..b20abb7 --- /dev/null +++ b/templates/site.webmanifest @@ -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" +}