diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/.keep | 0 | ||||
| -rw-r--r-- | static/gpg.key | 38 | ||||
| -rw-r--r-- | static/ico/android-chrome-192x192.png | bin | 0 -> 4201 bytes | |||
| -rw-r--r-- | static/ico/apple-touch-icon.png | bin | 0 -> 3392 bytes | |||
| -rw-r--r-- | static/ico/browserconfig.xml | 9 | ||||
| -rw-r--r-- | static/ico/favicon-16x16.png | bin | 0 -> 596 bytes | |||
| -rw-r--r-- | static/ico/favicon-32x32.png | bin | 0 -> 958 bytes | |||
| -rw-r--r-- | static/ico/favicon.ico | bin | 0 -> 1150 bytes | |||
| -rw-r--r-- | static/ico/mstile-150x150.png | bin | 0 -> 3853 bytes | |||
| -rw-r--r-- | static/ico/safari-pinned-tab.svg | 35 | ||||
| -rw-r--r-- | static/ico/site.webmanifest | 14 |
11 files changed, 96 insertions, 0 deletions
diff --git a/static/.keep b/static/.keep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/static/.keep diff --git a/static/gpg.key b/static/gpg.key new file mode 100644 index 0000000..855c21b --- /dev/null +++ b/static/gpg.key @@ -0,0 +1,38 @@ +<html lang="en"> +<head> + <meta charset="utf-8" /> + <title>A14M</title> + <link rel="shortcut icon" href="/ico/favicon.ico" /> + <link rel="apple-touch-icon" sizes="180x180" href="/ico/apple-touch-icon.png" /> + <link rel="icon" type="image/png" sizes="32x32" href="/ico/favicon-32x32.png" /> + <link rel="icon" type="image/png" sizes="16x16" href="/ico/favicon-16x16.png" /> + <link rel="manifest" href="/ico/site.webmanifest" /> + <link rel="mask-icon" href="/ico/safari-pinned-tab.svg" color="#000" /> + <meta name="msapplication-TileColor" content="#da532c" /> + <meta name="theme-color" content="#ffffff" /> +</head> +<body> +<pre> +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mDMEZBDEPxYJKwYBBAHaRw8BAQdAMQDR6x4wOUF/16fEy0A+f4K0YkFYwLrKH7f6 +tOCh9gG0HUFobWVkIEFiZGVsSGFsaW0gPHBtQGExNG0ubWU+iJMEExYKADsCGwMF +CwkIBwMFFQoJCAsFFgIDAQACHgECF4AWIQSDeGtI9zTE98LO7DDZ/dKd4epkBQUC +ZBDEhgIZAQAKCRDZ/dKd4epkBXgJAP9NwuudTDOTA8pJIP1NBbbWBciwqZPOxo+4 +VktU8EHyhwD9G0lRbrH2aapTKuQyHWbngxCQn110vbMr369D2gkAVQS0HUFobWVk +IEFiZGVsSGFsaW0gPGExNG1AcG0ubWU+iJAEExYKADgWIQSDeGtI9zTE98LO7DDZ +/dKd4epkBQUCZBDEeAIbAwULCQgHAwUVCgkICwUWAgMBAAIeAQIXgAAKCRDZ/dKd +4epkBeCYAQD5wXKyF2d3qiiKnJ+CO5Yg3oBZo8V1C89bfBM6RA27IQD/bsFyqmUY +vQCZAGtPgUk/F7ZaJLm7vs02ndplkyPFDwC4OARkEMQ/EgorBgEEAZdVAQUBAQdA +Z6mZwv5y+thLJn6SNQDkBoked0gGVKAjdgX1qo5ydjADAQgHiHgEGBYKACAWIQSD +eGtI9zTE98LO7DDZ/dKd4epkBQUCZBDEPwIbDAAKCRDZ/dKd4epkBQEtAP9RLo0I +uz+o9l42vMV/f8ed91uHCFUlgM+x8RifyDkrvQEAm5JCgXV5AZVCN3jvj5NnaQpM +qG24V0Gqh4RXtnO/HAG4MwRkEMSPFgkrBgEEAdpHDwEBB0CPyTphZb5jUR9FPCqB +M8FvwhthJ90+z0USyI8KQwX424h4BBgWCgAgFiEEg3hrSPc0xPfCzuww2f3SneHq +ZAUFAmQQxI8CGyAACgkQ2f3SneHqZAWinAEAnmvc20NnEnzo+ex6d3LFknv4W0nt +RFPfX3ptbzOHJ8YA/jUYRLKGHekJRrJM7kE+ihUFXS3sNpU7KOQthW0DpgwH +=pdo1 +-----END PGP PUBLIC KEY BLOCK----- +</pre> +</body> +</html> diff --git a/static/ico/android-chrome-192x192.png b/static/ico/android-chrome-192x192.png Binary files differnew file mode 100644 index 0000000..0abde99 --- /dev/null +++ b/static/ico/android-chrome-192x192.png diff --git a/static/ico/apple-touch-icon.png b/static/ico/apple-touch-icon.png Binary files differnew file mode 100644 index 0000000..56687f2 --- /dev/null +++ b/static/ico/apple-touch-icon.png diff --git a/static/ico/browserconfig.xml b/static/ico/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/static/ico/browserconfig.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<browserconfig> + <msapplication> + <tile> + <square150x150logo src="/mstile-150x150.png"/> + <TileColor>#da532c</TileColor> + </tile> + </msapplication> +</browserconfig> diff --git a/static/ico/favicon-16x16.png b/static/ico/favicon-16x16.png Binary files differnew file mode 100644 index 0000000..fdf8171 --- /dev/null +++ b/static/ico/favicon-16x16.png diff --git a/static/ico/favicon-32x32.png b/static/ico/favicon-32x32.png Binary files differnew file mode 100644 index 0000000..a321a58 --- /dev/null +++ b/static/ico/favicon-32x32.png diff --git a/static/ico/favicon.ico b/static/ico/favicon.ico Binary files differnew file mode 100644 index 0000000..a81b32b --- /dev/null +++ b/static/ico/favicon.ico diff --git a/static/ico/mstile-150x150.png b/static/ico/mstile-150x150.png Binary files differnew file mode 100644 index 0000000..350bca4 --- /dev/null +++ b/static/ico/mstile-150x150.png diff --git a/static/ico/safari-pinned-tab.svg b/static/ico/safari-pinned-tab.svg new file mode 100644 index 0000000..be8fc4f --- /dev/null +++ b/static/ico/safari-pinned-tab.svg @@ -0,0 +1,35 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" + "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> +<svg version="1.0" xmlns="http://www.w3.org/2000/svg" + width="254.000000pt" height="254.000000pt" viewBox="0 0 254.000000 254.000000" + preserveAspectRatio="xMidYMid meet"> +<metadata> +Created by potrace 1.14, written by Peter Selinger 2001-2017 +</metadata> +<g transform="translate(0.000000,254.000000) scale(0.100000,-0.100000)" +fill="#000000" stroke="none"> +<path d="M82 2458 c-17 -17 -17 -2359 0 -2376 17 -17 2359 -17 2376 0 17 17 +17 2359 0 2376 -17 17 -2359 17 -2376 0z m778 -398 l0 -380 -375 0 -375 0 0 +380 0 380 375 0 375 0 0 -380z m790 0 l0 -380 -380 0 -380 0 0 380 0 380 380 +0 380 0 0 -380z m790 0 l0 -380 -380 0 -380 0 0 380 0 380 380 0 380 0 0 -380z +m-1580 -790 l0 -380 -375 0 -375 0 0 380 0 380 375 0 375 0 0 -380z m790 0 l0 +-380 -380 0 -380 0 0 380 0 380 380 0 380 0 0 -380z m790 0 l0 -380 -380 0 +-380 0 0 380 0 380 380 0 380 0 0 -380z m-1580 -785 l0 -375 -375 0 -375 0 0 +375 0 375 375 0 375 0 0 -375z m790 0 l0 -375 -380 0 -380 0 0 375 0 375 380 +0 380 0 0 -375z m790 0 l0 -375 -380 0 -380 0 0 375 0 375 380 0 380 0 0 -375z"/> +<path d="M1180 2381 c-89 -29 -174 -101 -211 -180 -33 -69 -37 -189 -9 -263 +65 -173 277 -262 441 -186 108 50 175 134 199 251 28 138 -52 293 -185 357 +-53 26 -185 38 -235 21z"/> +<path d="M1984 1596 c-207 -52 -317 -272 -230 -461 35 -77 108 -147 184 -175 +74 -28 194 -24 263 9 59 28 124 93 157 156 24 44 27 62 27 145 0 81 -4 103 +-25 145 -67 138 -232 218 -376 181z"/> +<path d="M404 809 c-153 -37 -263 -188 -252 -348 9 -122 78 -225 187 -278 49 +-24 68 -28 146 -28 73 0 99 5 136 23 75 37 125 87 161 160 29 59 33 76 33 147 +-1 60 -6 92 -22 127 -29 64 -105 142 -167 173 -59 29 -158 40 -222 24z"/> +<path d="M1183 805 c-106 -33 -187 -107 -224 -204 -29 -78 -23 -195 14 -267 +77 -152 265 -223 419 -160 233 96 286 387 101 556 -85 78 -207 108 -310 75z"/> +<path d="M1953 800 c-74 -24 -161 -98 -192 -163 -38 -78 -46 -148 -27 -225 40 +-164 179 -270 343 -260 340 21 433 478 128 629 -84 41 -165 47 -252 19z"/> +</g> +</svg> diff --git a/static/ico/site.webmanifest b/static/ico/site.webmanifest new file mode 100644 index 0000000..e532fa7 --- /dev/null +++ b/static/ico/site.webmanifest @@ -0,0 +1,14 @@ +{ + "name": "A14m", + "short_name": "A14m", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} |
