ajout favicon et manifest

This commit is contained in:
Christophe 2023-11-22 16:50:48 +01:00
parent 37f1d7dcca
commit 7dad5764ac
12 changed files with 62 additions and 5 deletions

BIN
android-chrome-192x192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
android-chrome-512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

9
browserconfig.xml Normal file
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 888 B

BIN
favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
favicon_package_v0.16.zip Normal file

Binary file not shown.

View file

@ -5,9 +5,14 @@
<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>
</head>
<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="">
<div class="inner-fluid">
@ -17,11 +22,11 @@
<div class="w200p m-auto">
<div class="grid grid-cols-2 mt-6 text-25">
<div class="w80p">de A à</div>
<div class="w80p">de A à</div>
<div class="w80p"><input type="text" name="lettre" id="lettre" class="text w50p text-center" value="H"></div>
</div>
<div class="grid grid-cols-2 mt-6 text-25">
<div class="w80p">de 0 à</div>
<div class="w80p">de 0 à</div>
<div class="w80p"><input type="number" name="chiffre" id="chiffre" class="text w70p text-center" value = "8"></div>
</div>
</div>

BIN
mstile-150x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

24
safari-pinned-tab.svg Normal file
View 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
View 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"
}