The problem is your structure, first of all, in your question there is no static folder.
You need to keep your css, js, and images in the /static
folder as mentioned in the docs.
Curiously, in your HTML, you are looking for a folder named static
even though in the file structure, I don't see one.