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 LANGUAGE="JavaScript">
function process(){}
today = new Date()
if(today.getMinutes() < 10) {
pad = "0"}
else
pad = "";
if((today.getHours() < 12) && (today.getHours() >= 6))
{ document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' align='center' background='templates/1/images/1utro.jpg'>")}
if((today.getHours() >= 12) && (today.getHours() < 16))
{ document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' align='center' background='templates/1/images/2day.jpg'>")}
if((today.getHours() >= 16) && (today.getHours() <= 23))
{ document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' align='center' background='templates/1/images/3evening.jpg'>")}
if((today.getHours() >= 0) && (today.getHours() <= 4))
{ document.write("<table width='100%' cellspacing='0' cellpadding='0' border='0' align='center' background='templates/1/images/4night.jpg'>")}
if((today.getHours() >= 4) && (today.getHours() <= 6));
// end hiding contents -->
</SCRIPT>