diff options
| author | Track3 <pengliabc@live.cn> | 2018-10-23 13:15:50 +0800 |
|---|---|---|
| committer | Track3 <pengliabc@live.cn> | 2018-10-23 13:15:50 +0800 |
| commit | 44dbcd6f34c676cefbacf12f18d9883c597a681a (patch) | |
| tree | 86610dc396b64baf3f2c4ef00a3b84dc6c1d2bde /static | |
| download | hermit-44dbcd6f34c676cefbacf12f18d9883c597a681a.tar.gz | |
First commit
Diffstat (limited to 'static')
| -rw-r--r-- | static/android-chrome-192x192.png | bin | 0 -> 2100 bytes | |||
| -rw-r--r-- | static/android-chrome-384x384.png | bin | 0 -> 5397 bytes | |||
| -rw-r--r-- | static/apple-touch-icon.png | bin | 0 -> 1975 bytes | |||
| -rw-r--r-- | static/browserconfig.xml | 9 | ||||
| -rw-r--r-- | static/favicon-16x16.png | bin | 0 -> 401 bytes | |||
| -rw-r--r-- | static/favicon-32x32.png | bin | 0 -> 526 bytes | |||
| -rw-r--r-- | static/favicon.ico | bin | 0 -> 6318 bytes | |||
| -rw-r--r-- | static/mstile-150x150.png | bin | 0 -> 1464 bytes | |||
| -rw-r--r-- | static/safari-pinned-tab.svg | 1 | ||||
| -rw-r--r-- | static/site.webmanifest | 19 |
10 files changed, 29 insertions, 0 deletions
diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png Binary files differnew file mode 100644 index 0000000..ead4502 --- /dev/null +++ b/static/android-chrome-192x192.png diff --git a/static/android-chrome-384x384.png b/static/android-chrome-384x384.png Binary files differnew file mode 100644 index 0000000..5c0c07d --- /dev/null +++ b/static/android-chrome-384x384.png diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png Binary files differnew file mode 100644 index 0000000..cbe7d8d --- /dev/null +++ b/static/apple-touch-icon.png diff --git a/static/browserconfig.xml b/static/browserconfig.xml new file mode 100644 index 0000000..5aecc91 --- /dev/null +++ b/static/browserconfig.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<browserconfig> + <msapplication> + <tile> + <square150x150logo src="/mstile-150x150.png"/> + <TileColor>#00aba9</TileColor> + </tile> + </msapplication> +</browserconfig> diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png Binary files differnew file mode 100644 index 0000000..4ad4d17 --- /dev/null +++ b/static/favicon-16x16.png diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png Binary files differnew file mode 100644 index 0000000..356b180 --- /dev/null +++ b/static/favicon-32x32.png diff --git a/static/favicon.ico b/static/favicon.ico Binary files differnew file mode 100644 index 0000000..4ea0c8d --- /dev/null +++ b/static/favicon.ico diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png Binary files differnew file mode 100644 index 0000000..f3165af --- /dev/null +++ b/static/mstile-150x150.png diff --git a/static/safari-pinned-tab.svg b/static/safari-pinned-tab.svg new file mode 100644 index 0000000..09fab14 --- /dev/null +++ b/static/safari-pinned-tab.svg @@ -0,0 +1 @@ +<svg version="1" xmlns="http://www.w3.org/2000/svg" width="666.667" height="666.667" viewBox="0 0 500.000000 500.000000"><path d="M0 250v250h500V0H0v250zm203.2-55l-.5 43H297v-86h29.9l-.1 107.5V367H297V263h-94v104h-29V152h29.8l-.6 43z"/></svg>
\ No newline at end of file diff --git a/static/site.webmanifest b/static/site.webmanifest new file mode 100644 index 0000000..a1553eb --- /dev/null +++ b/static/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-384x384.png", + "sizes": "384x384", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} |
