Hi,
We are trying to display an image on the browser when Home.html page is accessed. Following is the code of Home.html
<html>
<title>Front Square</title>
<body>
<img src"/home/frontsquare/frontsquare/media/images/trial.png" alt="trial">
</body>
</html>
Even though we have trial.png present in the path: /home/frontsquare/frontsquare/media/images folder, the image is not rendered and displayed.
Kindly help us.
`FrontSquare Team