🔍 Have You Searched Existing Issues?
🐞 Describe the Bug
What is happening: The structure of files is such that flask is not able to load css files hence when you run the project there is no css.
What should happen: the style.css and script.js should be under static while index.html should be in template so flask can read these files and the page loads with proper css and UI/UX
▶️ Steps to Reproduce
- Go to https://quickfactchecker.onrender.com/
- The page will look the way in screenshot
- The terminal will also show error while getting style.css, script.js, manifest.json because manifest.json file dont exist and is used in index.html file
✅ Expected Behavior
The files should have been fetched properly and the page should look something like
🖼️ Screenshots (If applicable)
Issue: 
📘 Additional Context
No response
🙌 Contributor Checklist