diff --git a/onionr/httpapi/security/public.py b/onionr/httpapi/security/public.py index c0f79dd3..95363645 100644 --- a/onionr/httpapi/security/public.py +++ b/onionr/httpapi/security/public.py @@ -57,4 +57,4 @@ class PublicAPISecurity: if g.is_onionr_client: for header in NON_NETWORK_HEADERS: del resp.headers[header] public_api.lastRequest = epoch.get_rounded_epoch(roundS=5) - return resp \ No newline at end of file + return resp diff --git a/onionr/static-data/www/private/images/made-with-bulma--dark.png b/onionr/static-data/www/private/images/made-with-bulma--dark.png new file mode 100644 index 00000000..94183dfd Binary files /dev/null and b/onionr/static-data/www/private/images/made-with-bulma--dark.png differ diff --git a/onionr/static-data/www/private/images/python-powered.png b/onionr/static-data/www/private/images/python-powered.png new file mode 100644 index 00000000..ac0ed8ff Binary files /dev/null and b/onionr/static-data/www/private/images/python-powered.png differ diff --git a/onionr/static-data/www/shared/about.html b/onionr/static-data/www/shared/about.html index a82d54ab..8926cf72 100644 --- a/onionr/static-data/www/shared/about.html +++ b/onionr/static-data/www/shared/about.html @@ -1,16 +1,30 @@

Onionr is a private decentralized communication network

+

Source code

+ + +
+ +Core developers: +
Onionr is built with:
+ +
+ + \ No newline at end of file