From 5507304cdeedb6a09f71da30002612383918d02f Mon Sep 17 00:00:00 2001 From: Thorsten Ortlepp Date: Fri, 13 Dec 2024 00:11:59 +0100 Subject: ready for production --- static/.htaccess | 10 ++ static/apple-touch-icon.png | Bin 0 -> 15174 bytes static/favicon-16x16.png | Bin 0 -> 735 bytes static/favicon-32x32.png | Bin 0 -> 1752 bytes static/favicon.ico | Bin 0 -> 82726 bytes static/images/helloworld.png | Bin 0 -> 2997 bytes static/images/thorsten.png | Bin 335291 -> 8924 bytes static/images/thorsten.svg | 275 +++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 285 insertions(+) create mode 100644 static/.htaccess create mode 100644 static/apple-touch-icon.png create mode 100644 static/favicon-16x16.png create mode 100644 static/favicon-32x32.png create mode 100644 static/favicon.ico create mode 100644 static/images/helloworld.png create mode 100644 static/images/thorsten.svg (limited to 'static') diff --git a/static/.htaccess b/static/.htaccess new file mode 100644 index 0000000..28b709e --- /dev/null +++ b/static/.htaccess @@ -0,0 +1,10 @@ + + Header setifempty X-Content-Type-Options "nosniff" + Header setifempty X-Frame-Options "DENY" + Header setifempty X-XSS-Protection "1; mode=block" + Header setifempty Referrer-Policy "strict-origin" + Header setifempty Content-Security-Policy "default-src 'none'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline'; connect-src 'self'; form-action 'none'; base-uri 'self'; frame-ancestors 'none'" + Header setifempty Permissions-Policy "camera=(), microphone=(), geolocation=(), gyroscope=(), magnetometer=(), usb=()" + + +ErrorDocument 404 /404.html diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..e6fa8ca Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..45df6c9 Binary files /dev/null and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png new file mode 100644 index 0000000..7c1c685 Binary files /dev/null and b/static/favicon-32x32.png differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..e2db416 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/images/helloworld.png b/static/images/helloworld.png new file mode 100644 index 0000000..e752a69 Binary files /dev/null and b/static/images/helloworld.png differ diff --git a/static/images/thorsten.png b/static/images/thorsten.png index 832dc34..c43b754 100644 Binary files a/static/images/thorsten.png and b/static/images/thorsten.png differ diff --git a/static/images/thorsten.svg b/static/images/thorsten.svg new file mode 100644 index 0000000..7d7a65b --- /dev/null +++ b/static/images/thorsten.svg @@ -0,0 +1,275 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3