Added favicon and meta tags
BIN
public/android-chrome-96x96.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
public/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 828 B |
9
public/browserconfig.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/public/mstile-150x150.png"/>
|
||||
<TileColor>#da532c</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
BIN
public/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 729 B |
BIN
public/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 785 B |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 15 KiB |
BIN
public/mstile-150x150.png
Normal file
|
After Width: | Height: | Size: 910 B |
17
public/safari-pinned-tab.svg
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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="98.000000pt" height="98.000000pt" viewBox="0 0 98.000000 98.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.14, written by Peter Selinger 2001-2017
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,98.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M34 804 l-34 -35 0 -284 0 -284 34 -35 33 -36 132 0 131 0 0 355 0
|
||||
355 -131 0 -132 0 -33 -36z"/>
|
||||
<path d="M650 485 l0 -355 125 0 c207 0 205 -4 205 355 0 359 2 355 -205 355
|
||||
l-125 0 0 -355z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 714 B |
13
public/site.webmanifest
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "Mon d\u00e9put\u00e9",
|
||||
"short_name": "Mon d\u00e9put\u00e9",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/public/android-chrome-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#020617",
|
||||
"background_color": "#020617"
|
||||
}
|
||||