diff options
| author | Alee <alee14498@gmail.com> | 2018-11-03 15:55:12 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-03 15:55:12 -0400 |
| commit | 9e9ec5e3be566ab31219ffb852392d4162cd7da3 (patch) | |
| tree | 885b78d035058d3417c05d138a190412eb45162f | |
| parent | 0bc93655599acd531d0b8c73d68ed2e9a41454c0 (diff) | |
| download | silicon-linux-9e9ec5e3be566ab31219ffb852392d4162cd7da3.tar.gz silicon-linux-9e9ec5e3be566ab31219ffb852392d4162cd7da3.tar.bz2 silicon-linux-9e9ec5e3be566ab31219ffb852392d4162cd7da3.zip | |
Revert "Added favicon"
This reverts commit 0bc93655599acd531d0b8c73d68ed2e9a41454c0.
| -rw-r--r-- | _includes/heading.html | 8 | ||||
| -rw-r--r-- | android-icon-192x192.png | bin | 3465 -> 0 bytes | |||
| -rw-r--r-- | apple-icon.png | bin | 4039 -> 0 bytes | |||
| -rw-r--r-- | browserconfig.xml | 2 | ||||
| -rw-r--r-- | favicon-32x32.png | bin | 1436 -> 0 bytes | |||
| -rw-r--r-- | favicon.ico | bin | 1150 -> 0 bytes | |||
| -rw-r--r-- | manifest.json | 41 | ||||
| -rw-r--r-- | ms-icon-150x150.png | bin | 3042 -> 0 bytes |
8 files changed, 0 insertions, 51 deletions
diff --git a/_includes/heading.html b/_includes/heading.html index 83dca65..5c04f32 100644 --- a/_includes/heading.html +++ b/_includes/heading.html @@ -3,11 +3,3 @@ <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> -<link rel="apple-touch-icon" sizes="192x192" href="/apple-icon.png"> -<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png"> -<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> -<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> -<link rel="manifest" href="/manifest.json"> -<meta name="msapplication-TileColor" content="#ffffff"> -<meta name="msapplication-TileImage" content="/ms-icon-150x150.png"> -<meta name="theme-color" content="#ffffff"> diff --git a/android-icon-192x192.png b/android-icon-192x192.png Binary files differdeleted file mode 100644 index 3b7edcb..0000000 --- a/android-icon-192x192.png +++ /dev/null diff --git a/apple-icon.png b/apple-icon.png Binary files differdeleted file mode 100644 index d38fbc9..0000000 --- a/apple-icon.png +++ /dev/null diff --git a/browserconfig.xml b/browserconfig.xml deleted file mode 100644 index c554148..0000000 --- a/browserconfig.xml +++ /dev/null @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
\ No newline at end of file diff --git a/favicon-32x32.png b/favicon-32x32.png Binary files differdeleted file mode 100644 index 826da64..0000000 --- a/favicon-32x32.png +++ /dev/null diff --git a/favicon.ico b/favicon.ico Binary files differdeleted file mode 100644 index 3b9abde..0000000 --- a/favicon.ico +++ /dev/null diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 013d4a6..0000000 --- a/manifest.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "App", - "icons": [ - { - "src": "\/android-icon-36x36.png", - "sizes": "36x36", - "type": "image\/png", - "density": "0.75" - }, - { - "src": "\/android-icon-48x48.png", - "sizes": "48x48", - "type": "image\/png", - "density": "1.0" - }, - { - "src": "\/android-icon-72x72.png", - "sizes": "72x72", - "type": "image\/png", - "density": "1.5" - }, - { - "src": "\/android-icon-96x96.png", - "sizes": "96x96", - "type": "image\/png", - "density": "2.0" - }, - { - "src": "\/android-icon-144x144.png", - "sizes": "144x144", - "type": "image\/png", - "density": "3.0" - }, - { - "src": "\/android-icon-192x192.png", - "sizes": "192x192", - "type": "image\/png", - "density": "4.0" - } - ] -}
\ No newline at end of file diff --git a/ms-icon-150x150.png b/ms-icon-150x150.png Binary files differdeleted file mode 100644 index 21485b1..0000000 --- a/ms-icon-150x150.png +++ /dev/null |
