'How can I get CSS will to work in EJS file
Im doing a small project and trying to get CSS working in ejs/node. I dont know why it wont load.
[enter image description here][1]Also having a massive issue with getting images to load.
one file example - -->h
Solution 1:[1]
Are you sure you are calling the template engine?
app.use(express.static('public'));
Did you call static files like this. The name "public" may change depending on your project.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Fatih Gumus |
