6 lines
226 B
PHP
6 lines
226 B
PHP
<?php
|
|
header("refresh: 15;");
|
|
echo "<body style='background-color:rgb(119, 196, 135)'>";
|
|
?>
|
|
<img src='/spectrogram.png?nocache=<?php echo time();?>' style='display: block;margin-left: auto;margin-right: auto; height: 100%;'>
|