No description
Find a file
Kumi b836a385b0
feat: add static asset handling and improved UI
Introduced serving static assets with `send_from_directory` to handle CSS and other assets. Added new CSS styles for improved user interface, enhancing readability and presentation. Introduced a base template for better HTML file structure and consistency across web pages. Applied Bootstrap for responsive design and aesthetic improvements. Modified path template to extend base template and updated README section.
2024-06-18 18:20:47 +02:00
src/gitcloak feat: add static asset handling and improved UI 2024-06-18 18:20:47 +02:00
.gitignore feat: add initial project setup with Flask and Git integration 2024-06-18 17:00:05 +02:00
LICENSE feat: add initial project setup with Flask and Git integration 2024-06-18 17:00:05 +02:00
pyproject.toml feat: add initial project setup with Flask and Git integration 2024-06-18 17:00:05 +02:00
README.md feat: add initial project setup with Flask and Git integration 2024-06-18 17:00:05 +02:00
test.py feat: add initial project setup with Flask and Git integration 2024-06-18 17:00:05 +02:00