Initial commit

This commit is contained in:
2025-03-15 05:56:50 -04:00
commit 623754358b
29 changed files with 1070 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
www/images/icon_192x192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
www/images/icon_512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

20
www/manifest.json Normal file
View File

@@ -0,0 +1,20 @@
{
"short_name": "St. Andrews",
"name": "St. Andrews",
"icons": [
{
"src": "images/icon_192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "images/icon_512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#007aff"
}

BIN
www/st_andrews.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB