Go to file
Kumi 7245f1474a
Initialized base HTML template and refactored pages
Implemented a shared base HTML template to DRY up the markup across the service’s various pages, including the index, legal, privacy, and terms pages. This centralizes common elements like headers, footers, and imports, facilitating easier updates and consistency in design across the platform. Existing content from these individual pages is now extending the base template, adhering to best practices in templating and reducing code duplication.
2024-01-01 12:14:51 +01:00
assets Implement dynamic service rendering with Flask 2023-12-31 13:59:13 +01:00
templates Initialized base HTML template and refactored pages 2024-01-01 12:14:51 +01:00
.gitignore Implement dynamic service rendering with Flask 2023-12-31 13:59:13 +01:00
Caddyfile Refactor Caddyfile routing directives 2023-12-31 14:37:59 +01:00
LICENSE Add LICENSE 2023-03-09 17:26:44 +00:00
main.py Implement dynamic service rendering with Flask 2023-12-31 13:59:13 +01:00
privatecoffee.ini Implement dynamic service rendering with Flask 2023-12-31 13:59:13 +01:00
requirements.txt Implement dynamic service rendering with Flask 2023-12-31 13:59:13 +01:00
services.json Update service link and remove Tor alternative 2023-12-31 14:42:43 +01:00