I'm writing a web-site in Java. HTML file:
<body th:style="'background-image:url(' + @{/templates/fon.jpg} + '); background-repeat: no-repeat, repeat; background-size: cover;'">
</body>
When I run is there is still no background. No css code please.
I did not try anything yet.