Rename part5 to part8
BIN
advanced/part8/assets/icons/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
advanced/part8/assets/icons/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 9.4 KiB |
BIN
advanced/part8/assets/icons/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
9
advanced/part8/assets/icons/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
advanced/part8/assets/icons/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 736 B |
BIN
advanced/part8/assets/icons/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 985 B |
BIN
advanced/part8/assets/icons/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
advanced/part8/assets/icons/mstile-144x144.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
advanced/part8/assets/icons/mstile-150x150.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
advanced/part8/assets/icons/mstile-310x150.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
advanced/part8/assets/icons/mstile-310x310.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
advanced/part8/assets/icons/mstile-70x70.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
29
advanced/part8/assets/icons/safari-pinned-tab.svg
Normal file
@@ -0,0 +1,29 @@
|
||||
<?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.11, written by Peter Selinger 2001-2013
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,700.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M235 6959 c22 -22 365 -365 761 -762 l721 -722 1652 0 c908 -1 1651
|
||||
2 1651 5 0 3 -341 346 -758 763 l-757 757 -1655 0 -1654 0 39 -41z"/>
|
||||
<path d="M3900 6995 c0 -3 698 -704 1550 -1557 l1550 -1551 0 1557 0 1556
|
||||
-1550 0 c-852 0 -1550 -2 -1550 -5z"/>
|
||||
<path d="M0 3495 l0 -3310 1655 1655 c909 910 1653 1655 1652 1657 -5 5 -3235
|
||||
3237 -3269 3270 l-38 37 0 -3309z"/>
|
||||
<path d="M2008 5199 c-5 -3 329 -345 743 -758 l752 -752 753 753 c414 414 751
|
||||
755 748 757 -6 7 -2985 7 -2996 0z"/>
|
||||
<path d="M4522 4327 c-452 -453 -822 -827 -822 -831 0 -4 369 -376 821 -828
|
||||
l821 -821 829 829 829 829 -822 822 c-453 453 -825 823 -828 823 -3 0 -375
|
||||
-370 -828 -823z"/>
|
||||
<path d="M1853 1655 c-904 -905 -1643 -1647 -1643 -1650 0 -3 1484 -5 3297 -5
|
||||
l3298 0 -1650 1650 c-907 908 -1652 1650 -1655 1650 -3 0 -744 -741 -1647
|
||||
-1645z"/>
|
||||
<path d="M6265 2384 c-396 -398 -722 -726 -724 -728 -2 -3 326 -335 728 -737
|
||||
l731 -732 0 1461 c0 804 -3 1462 -7 1461 -5 -1 -332 -327 -728 -725z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
BIN
advanced/part8/assets/images/error.jpg
Normal file
|
After Width: | Height: | Size: 72 KiB |
19
advanced/part8/assets/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"
|
||||
}
|
||||