first commit
BIN
public/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
public/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
public/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
9
public/browserconfig.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/mstile-150x150.png"/>
|
||||
<TileColor>#ffc40d</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
BIN
public/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 837 B |
BIN
public/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
public/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/history/aquerque.jpeg
Normal file
|
After Width: | Height: | Size: 162 KiB |
BIN
public/history/draughts-1700s.webp
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
public/mstile-144x144.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
public/mstile-150x150.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
public/mstile-310x150.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
public/mstile-310x310.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/mstile-70x70.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
27
public/safari-pinned-tab.svg
Normal file
@ -0,0 +1,27 @@
|
||||
<?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="700.000000pt" height="700.000000pt" viewBox="0 0 700.000000 700.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.14, written by Peter Selinger 2001-2017
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,700.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M3305 6993 c-605 -32 -1225 -238 -1730 -574 -223 -149 -354 -256
|
||||
-545 -448 -194 -194 -301 -325 -449 -546 -299 -450 -491 -977 -557 -1535 -24
|
||||
-198 -24 -582 0 -780 79 -671 332 -1277 752 -1805 113 -141 388 -416 529 -529
|
||||
772 -615 1736 -877 2708 -735 604 87 1196 346 1682 735 142 114 417 388 529
|
||||
529 419 526 672 1134 752 1805 24 198 24 582 0 780 -47 400 -154 771 -322
|
||||
1120 -182 378 -385 663 -683 960 -287 286 -546 476 -891 649 -554 280 -1156
|
||||
407 -1775 374z m635 -1984 c239 -419 440 -768 445 -775 8 -12 162 31 870 239
|
||||
512 151 861 249 862 243 2 -6 -174 -546 -391 -1201 l-393 -1190 -1833 0 -1833
|
||||
0 -393 1190 c-217 655 -393 1195 -391 1201 1 7 333 -86 862 -242 702 -207 862
|
||||
-251 870 -240 6 7 206 356 445 775 239 418 437 761 440 761 3 0 201 -343 440
|
||||
-761z m1290 -2987 c0 -5 -59 -187 -130 -405 l-131 -397 -1469 0 -1469 0 -131
|
||||
396 c-71 218 -130 400 -130 405 0 5 744 9 1730 9 952 0 1730 -4 1730 -8z"/>
|
||||
<path d="M3413 4099 c-89 -44 -176 -171 -222 -324 -141 -469 31 -1060 309
|
||||
-1060 315 0 476 732 260 1182 -88 185 -223 263 -347 202z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
19
public/site.webmanifest
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"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"
|
||||
}
|
||||