How I can add the css to a python web using flask

Viewed 21

here I have some issues, firstly I'm adding python to my html/css webpage, but I can only run the .html when adding the .html pages to flask (python) here are some ss of my code...

index.html: enter image description here

app.py

enter image description here

folders and routes:

enter image description here

1 Answers

The problem was obvious... i had other name in the href part HAHA sorry for the time lost

Related