adding images and spectrogram.php

This commit is contained in:
Patrick McGuire
2021-10-20 19:23:46 -04:00
parent 274729a827
commit 8cfe2ac8be
3 changed files with 5 additions and 0 deletions
BIN
View File
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

+5
View File
@@ -0,0 +1,5 @@
<?php
header("refresh: 15;");
echo "<body style='background-color:rgb(119, 196, 135)'>";
echo "<img src='/spectrogram.png' >";
?>