Upload files to 'public/img'

This commit is contained in:
Robert 2019-12-04 19:42:59 +00:00
parent 0966de4640
commit bb29b688a6
5 changed files with 53 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
public/img/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View file

@ -0,0 +1,34 @@
<?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="290.000000pt" height="290.000000pt" viewBox="0 0 290.000000 290.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.11, written by Peter Selinger 2001-2013
</metadata>
<g transform="translate(0.000000,290.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M0 1450 l0 -1450 1450 0 1450 0 0 1450 0 1450 -1450 0 -1450 0 0
-1450z m1610 450 c0 -5 9 -10 20 -10 11 0 20 -4 20 -10 0 -5 5 -10 11 -10 19
0 39 -28 39 -55 0 -26 -20 -55 -37 -55 -5 0 -15 -9 -23 -20 -21 -29 -57 -25
-90 10 -15 17 -33 30 -39 30 -6 0 -11 16 -11 35 0 22 5 35 13 35 7 0 19 9 27
20 8 11 22 20 32 20 10 0 18 5 18 10 0 6 5 10 10 10 6 0 10 -4 10 -10z m-710
-235 c0 -9 9 -15 23 -15 12 0 29 -9 37 -20 8 -11 21 -20 30 -20 9 0 22 9 30
20 9 13 26 20 47 20 23 0 33 5 33 15 0 12 15 15 75 15 60 0 75 -3 75 -15 0 -9
9 -15 25 -15 29 0 95 -59 95 -85 0 -8 7 -15 15 -15 11 0 15 -12 15 -45 0 -25
5 -45 10 -45 6 0 10 -60 10 -160 l0 -160 -85 0 -85 0 0 170 c0 144 -2 170 -15
170 -9 0 -15 9 -15 25 0 24 -3 25 -60 25 -47 0 -60 -3 -60 -15 0 -8 -5 -15
-11 -15 -33 0 -39 -27 -39 -194 l0 -166 -85 0 -85 0 0 170 c0 107 -4 170 -10
170 -5 0 -10 11 -10 25 0 24 -2 25 -65 25 -46 0 -65 -4 -65 -13 0 -7 -9 -19
-20 -27 -19 -13 -20 -26 -20 -182 l0 -168 -85 0 -85 0 0 255 0 255 115 0 c96
0 115 3 115 15 0 12 15 15 75 15 60 0 75 -3 75 -15z m1270 0 c0 -8 8 -15 18
-15 10 0 24 -9 32 -20 8 -11 25 -20 37 -20 15 0 23 -6 23 -18 0 -10 9 -24 20
-32 16 -11 20 -26 20 -67 0 -29 5 -53 10 -53 6 0 10 -57 10 -150 l0 -150 -85
0 -85 0 0 168 c0 156 -1 169 -20 182 -11 8 -20 20 -20 27 0 9 -19 13 -65 13
-40 0 -65 -4 -65 -11 0 -14 -25 -39 -39 -39 -7 0 -11 -56 -11 -170 l0 -170
-85 0 -85 0 0 255 0 255 85 0 c50 0 85 -4 85 -10 0 -5 7 -10 15 -10 8 0 15 5
15 10 0 6 9 10 20 10 11 0 20 7 20 15 0 12 15 15 75 15 60 0 75 -3 75 -15z
m-490 -270 l0 -255 -75 0 -75 0 0 255 0 255 75 0 75 0 0 -255z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -0,0 +1,19 @@
{
"name": "Minverse",
"short_name": "Minverse",
"icons": [
{
"src": "/s/img/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/s/img/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#000000",
"background_color": "#000000",
"display": "standalone"
}