Hey guys I have a problem with displaying images in HTML file. I m working with flask in visual studio code. This is what I want to display :
<img src="/templates/WANG_CHONG_st_1.png" width="150" >
When I use python app.py
(to run the localhost) image just doesnt show itself. I tried evrything that I found on the internet but nothing didnt work. But when i open that HTML file with live server image is there... I see it absolutely normal. Also when I'll run it trought python app.py
and look into inspector there is the error message that says: Failed to load resource: the server responded with a status of 404 (NOT FOUND). Shouldn't be a problem also in that I had installed bootstrap and yesturday I installed also into this project teilwind. Shouldn't be a problem with this? Also here is my printscreen of visual studio code. There are few errors that may be connected with tailwind. image of vs. code