ajout favicon et manifest
BIN
android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
apple-touch-icon.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
9
browserconfig.xml
Normal file
|
@ -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>
|
BIN
favicon-16x16.png
Normal file
After Width: | Height: | Size: 888 B |
BIN
favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
favicon_package_v0.16.zip
Normal file
|
@ -5,8 +5,13 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||
<title>RandomMusic</title>
|
||||
<link rel="stylesheet" type="text/css" href="./randommusic.css">
|
||||
<style type="text/css">
|
||||
</style>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.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="./site.webmanifest">
|
||||
<link rel="mask-icon" href="./safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
</head >
|
||||
|
||||
<body id="">
|
||||
|
|
BIN
mstile-150x150.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
24
safari-pinned-tab.svg
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?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="800.000000pt" height="800.000000pt" viewBox="0 0 800.000000 800.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.14, written by Peter Selinger 2001-2017
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,800.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M6805 7370 c-468 -127 -1176 -317 -2975 -800 -371 -100 -688 -189
|
||||
-705 -199 -16 -9 -40 -32 -52 -51 l-23 -33 0 -2075 c0 -1971 -1 -2074 -17
|
||||
-2069 -10 3 -56 19 -103 36 -134 48 -258 65 -475 65 -105 0 -232 -5 -285 -13
|
||||
-692 -96 -1344 -443 -1582 -843 -66 -112 -91 -197 -91 -313 0 -178 66 -302
|
||||
218 -410 162 -115 334 -162 625 -172 402 -13 820 84 1235 287 402 196 676 454
|
||||
758 715 35 108 37 208 37 1582 l0 1362 53 15 c28 8 345 94 702 190 1160 311
|
||||
2706 727 2885 776 96 26 178 45 183 43 8 -5 10 -2043 1 -2043 -3 0 -52 16
|
||||
-108 35 -141 48 -276 67 -476 68 -396 0 -795 -96 -1185 -288 -613 -301 -908
|
||||
-743 -732 -1098 40 -80 150 -192 240 -242 92 -51 219 -90 358 -111 156 -23
|
||||
473 -15 644 15 530 94 1010 318 1301 606 105 104 159 177 213 282 65 130 61
|
||||
-35 61 2453 l0 2262 -21 34 c-26 42 -85 74 -136 73 -21 0 -267 -63 -548 -139z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
19
site.webmanifest
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "RandomMusique",
|
||||
"short_name": "RandZic",
|
||||
"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"
|
||||
}
|