#!/usr/local/bin/python3
import cgitb
cgitb.enable()
print("Content-type: text/html")
print("Hello world!")document.getElementById( 'stars' ).style.display = 'hidden';
alert('Что-то такое!');
function next_closest() {
$currentTime = date( "H:i" );
$list = ksort( schedule() );
foreach ( $list as $key => $val ) {
if ( $currentTime < $key )
continue;
return json_encode( $val );
}
}
return json_encode( current( $list ) );