I am trying to add an app to my static html website using Genie.
How can I manage my html template/style files and their path?
For example, in my layout file in app.jl.html
, there is a style.css
that should be called. Where should I put this file?
In my original static html, style.css
was in the route of the folder, and so in my other html file I had: <link rel="stylesheet" href="style.css">