Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<script type="text/javascript">
var pathname = window.location.pathname;
if (pathname == "/contacts") {
$('body').css('background','url("../images/fon_karta.jpg")');
} else if (pathname == "/about") {
$('body').css('background','url("../images/foto_direktora.jpg")');
}
</script>