link
Serve static files
from fastapi.staticfiles import StaticFiles app.mount("/static", StaticFiles(directory="static"), name="static")