Commit graph

3 commits

Author SHA1 Message Date
c2d54d1d55
feat: add privacy policy and disclaimer to footer
Introduced a privacy policy and disclaimer section in the footer of the index page to inform users about data handling practices. This addition emphasizes user privacy, clarifying that there is no tracking or data logging, and includes a warning about potential third-party tracking via served files. It also provides a link to the source code for transparency, encouraging users to host files on their own servers for maximum privacy assurance.
2024-11-08 17:01:49 +01:00
e6373d0535
feat: redesign layout with hero section and footer
Added a hero section for better user engagement and moved informational content into a clearer main section. The footer with a credit link enhances credibility. Extra styling improves readability with a structured presentation. Updated bootstrap resource links for consistency.
2024-08-03 11:15:36 +02:00
c4054c1374
feat: add Flask proxy app for cdn.jsdelivr.net
Introduce a simple Flask app that proxies requests to cdn.jsdelivr.net.
Includes basic routing for home and proxy endpoints, and a template
render for the home page explaining usage. Added Flask to
requirements.txt and updated .gitignore to exclude venv and __pycache__.
2024-08-03 08:40:59 +02:00