diff --git a/public/browserconfig.xml b/public/browserconfig.xml new file mode 100644 index 0000000..98137f2 --- /dev/null +++ b/public/browserconfig.xml @@ -0,0 +1,12 @@ + + + + + + + + + #000 + + + \ No newline at end of file diff --git a/public/cache.appcache b/public/cache.appcache new file mode 100755 index 0000000..d3280bb --- /dev/null +++ b/public/cache.appcache @@ -0,0 +1,10 @@ +CACHE MANIFEST + +FALLBACK: +/ +/resources/site/client/css/app.css +/resources/site/client/img/logo.png +/resources/site/client/img/fonts/fontawesome-webfont.woff2?v=4.7.0 +/resources/site/client/img/fonts/fontawesome-webfont.woff?v=4.7.0 +/resources/site/client/img/fonts/fontawesome-webfont.ttf?v=4.7.0 +/resources/site/client/js/app.js \ No newline at end of file diff --git a/public/humans.txt b/public/humans.txt new file mode 100755 index 0000000..7c664d2 --- /dev/null +++ b/public/humans.txt @@ -0,0 +1,11 @@ +/* AUTHOR */ +Name: + +/* TEAM */ +Site: https://bla-bla.com/ + +/* SITE */ +Doctype: HTML5 +IDE: PHPStorm, Sublime Text, Photoshop, Transmit +Framework: SilverStripe +Language: English \ No newline at end of file diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..765edce --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,49 @@ +{ + "name": "SilverStripe", + "short_name": "SilverStripe website", + "description": "", + "dir": "auto", + "lang": "en-US", + "display": "standalone", + "orientation": "any", + "start_url": "/?homescreen=1", + "theme_color": "#000000", + "background_color": "#000000", + "icons": [{ + "src": "/resources/site/client/icons/android-chrome-36x36.png", + "sizes": "36x36", + "type": "image/png" + }, { + "src": "/resources/site/client/icons/android-chrome-48x48.png", + "sizes": "48x48", + "type": "image/png" + }, { + "src": "/resources/site/client/icons/android-chrome-72x72.png", + "sizes": "72x72", + "type": "image/png" + }, { + "src": "/resources/site/client/icons/android-chrome-96x96.png", + "sizes": "96x96", + "type": "image/png" + }, { + "src": "/resources/site/client/icons/android-chrome-144x144.png", + "sizes": "144x144", + "type": "image/png" + }, { + "src": "/resources/site/client/icons/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, { + "src": "/resources/site/client/icons/android-chrome-256x256.png", + "sizes": "256x256", + "type": "image/png" + }, { + "src": "/resources/site/client/icons/android-chrome-384x384.png", + "sizes": "384x384", + "type": "image/png" + }, { + "src": "/resources/site/client/icons/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + }] +} \ No newline at end of file diff --git a/public/robots.txt b/public/robots.txt new file mode 100755 index 0000000..dfa00d6 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,7 @@ +User-agent: * +Allow: / +Crawl-delay: 10 +Disallow: /admin +Disallow: /Security +Sitemap: https://www.bla-bla.org/sitemap.xml +Host: https://www.bla-bla.org \ No newline at end of file