Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<link href="mystyle.php" rel="stylesheet" type="text/css">
<?php
if (date(n) < 5) {
echo 'body {
background: #000000;
color: #FFFFFF;
}';
else {
echo 'body {
background: #FFFFFF;
color: #000000;
}
?>