diff --git a/build.sh b/build.sh index 4307f51b3d..8e2eb5792e 100755 --- a/build.sh +++ b/build.sh @@ -10,4 +10,4 @@ cp dist/index.html "${TARGET}/instance/static/index.html" rsync --delete -ra dist/static/ "${TARGET}/instance/static/static" rsync --delete -ra images/ "${TARGET}/instance/static/images" rsync --delete -ra sounds/ "${TARGET}/instance/static/sounds" - +rsync --delete -ra public/ "${TARGET}/instance/static" diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png new file mode 100644 index 0000000000..55fd0cd87f Binary files /dev/null and b/public/android-chrome-192x192.png differ diff --git a/public/android-chrome-384x384.png b/public/android-chrome-384x384.png new file mode 100644 index 0000000000..6af2566bbb Binary files /dev/null and b/public/android-chrome-384x384.png differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 0000000000..9f626ecc6e Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000000..c97d0c669f Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000000..02fcf1ada2 Binary files /dev/null and b/public/favicon.png differ diff --git a/public/logo.svg b/public/logo.svg new file mode 100644 index 0000000000..9be433b923 --- /dev/null +++ b/public/logo.svg @@ -0,0 +1,576 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/mstile-150x150.png b/public/mstile-150x150.png new file mode 100644 index 0000000000..4ecafebacb Binary files /dev/null and b/public/mstile-150x150.png differ diff --git a/public/panda.png b/public/panda.png new file mode 100644 index 0000000000..02fcf1ada2 Binary files /dev/null and b/public/panda.png differ diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000000..58cb95a71f --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,14 @@ +# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file +# +# To ban all spiders from the entire site uncomment the next two lines: + User-agent: * + Disallow: /web + Disallow: /settings + Disallow: /login + Disallow: /user-search + Disallow: /registration + Disallow: /cgi-bin + Disallow: /pages/DMCA.html + Disallow: /oauth + Disallow: /search + diff --git a/public/thumbnail.jpeg b/public/thumbnail.jpeg new file mode 100644 index 0000000000..3f3e0e1490 Binary files /dev/null and b/public/thumbnail.jpeg differ