Serving static files
All static files, such as images and HTML/CSS/JS files are automatically served from the ./static
folder. Just add your files here and they will be served.
For example, if you have an image at ./static/logo.png
, it will be served as http://localhost/logo.png.