Hello Experts,
I am trying to add a background image to a login page created, however so far unable to do it. My directory structure is as below.
Working directory - /home/test/Sanic
Templates path - /home/test/Sanic/templates
Static Files Path - /home/test/Sanic/static/images/
I tried using all the above paths in the login page as below, however the background image is not applied.
body {
background-image: url(' /home/test/Sanic/static/images/<image.png>');
}