2023 Updates
BIN
exampleSite/static/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
exampleSite/static/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 477 KiB |
BIN
exampleSite/static/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 68 KiB |
9
exampleSite/static/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>
|
6
exampleSite/static/css/fontawesome-all.min.css
vendored
Normal file
BIN
exampleSite/static/favicon-16x16.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
exampleSite/static/favicon-32x32.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
exampleSite/static/favicon.ico
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
exampleSite/static/images/banner.jpg
Normal file
After Width: | Height: | Size: 488 KiB |
BIN
exampleSite/static/images/gallery/fulls/01.jpg
Normal file
After Width: | Height: | Size: 110 KiB |
BIN
exampleSite/static/images/gallery/fulls/02.jpg
Normal file
After Width: | Height: | Size: 89 KiB |
BIN
exampleSite/static/images/gallery/fulls/03.jpg
Normal file
After Width: | Height: | Size: 133 KiB |
BIN
exampleSite/static/images/gallery/fulls/04.jpg
Normal file
After Width: | Height: | Size: 191 KiB |
BIN
exampleSite/static/images/gallery/fulls/05.jpg
Normal file
After Width: | Height: | Size: 113 KiB |
BIN
exampleSite/static/images/gallery/fulls/06.jpg
Normal file
After Width: | Height: | Size: 64 KiB |
BIN
exampleSite/static/images/gallery/fulls/07.jpg
Normal file
After Width: | Height: | Size: 166 KiB |
BIN
exampleSite/static/images/gallery/fulls/08.jpg
Normal file
After Width: | Height: | Size: 84 KiB |
BIN
exampleSite/static/images/gallery/fulls/09.jpg
Normal file
After Width: | Height: | Size: 98 KiB |
BIN
exampleSite/static/images/gallery/fulls/10.jpg
Normal file
After Width: | Height: | Size: 135 KiB |
BIN
exampleSite/static/images/gallery/fulls/11.jpg
Normal file
After Width: | Height: | Size: 95 KiB |
BIN
exampleSite/static/images/gallery/fulls/12.jpg
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
exampleSite/static/images/gallery/thumbs/01.jpg
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
exampleSite/static/images/gallery/thumbs/02.jpg
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
exampleSite/static/images/gallery/thumbs/03.jpg
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
exampleSite/static/images/gallery/thumbs/04.jpg
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
exampleSite/static/images/gallery/thumbs/05.jpg
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
exampleSite/static/images/gallery/thumbs/06.jpg
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
exampleSite/static/images/gallery/thumbs/07.jpg
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
exampleSite/static/images/gallery/thumbs/08.jpg
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
exampleSite/static/images/gallery/thumbs/09.jpg
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
exampleSite/static/images/gallery/thumbs/10.jpg
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
exampleSite/static/images/gallery/thumbs/11.jpg
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
exampleSite/static/images/gallery/thumbs/12.jpg
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
exampleSite/static/images/pic01.jpg
Normal file
After Width: | Height: | Size: 75 KiB |
BIN
exampleSite/static/images/pic02.jpg
Normal file
After Width: | Height: | Size: 77 KiB |
BIN
exampleSite/static/images/spotlight01.jpg
Normal file
After Width: | Height: | Size: 392 KiB |
BIN
exampleSite/static/images/spotlight02.jpg
Normal file
After Width: | Height: | Size: 314 KiB |
BIN
exampleSite/static/images/spotlight03.jpg
Normal file
After Width: | Height: | Size: 505 KiB |
6
exampleSite/static/js/fontawesome-all.min.js
vendored
Normal file
BIN
exampleSite/static/mstile-150x150.png
Normal file
After Width: | Height: | Size: 37 KiB |
1636
exampleSite/static/safari-pinned-tab.svg
Normal file
After Width: | Height: | Size: 105 KiB |
19
exampleSite/static/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"
|
||||
}
|