mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
17 lines
351 B
CSS
17 lines
351 B
CSS
<?php /* vim: set filetype=css : */
|
|
$str = date(DATE_RSS, strtotime("+1 hour"));
|
|
header("Expires: $str");
|
|
header("Content-Type: text/css");
|
|
?>
|
|
<?php if (rand(1, 9000) == 1337): ?>
|
|
#headhome {
|
|
background: url(/images/ele-running.gif) no-repeat -10px;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
#headhome a {
|
|
background: none;
|
|
}
|
|
<?php endif ?>
|
|
|