This commit is contained in:
awe
2025-11-20 15:46:23 +03:00
parent a85368fdfd
commit 427c5aac9f
2 changed files with 18 additions and 2 deletions

View File

@ -0,0 +1,13 @@
# Static Files Directory
This directory is for serving static files (CSS, JavaScript, images) through FastAPI.
Currently, all CSS and JavaScript is embedded directly in the HTML template for simplicity.
You can add files here if you want to separate them:
- `css/` - Stylesheets
- `js/` - JavaScript files
- `images/` - Images and icons
- `fonts/` - Custom fonts
Files will be accessible at `http://localhost:5000/static/<filename>`