437 B
437 B
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/- Stylesheetsjs/- JavaScript filesimages/- Images and iconsfonts/- Custom fonts
Files will be accessible at http://localhost:5000/static/<filename>