Created a frame around the rascsi interface and a status frame that will automatically update

This commit is contained in:
akuker 2020-07-26 20:57:52 -05:00
parent 9345e0dbe4
commit b8874d1e27
1 changed files with 9 additions and 0 deletions

9
src/php/rascsi.html Normal file
View File

@ -0,0 +1,9 @@
<HTML>
<HEAD> <TITLE>Simple Frame Set Example</TITLE></HEAD>
<FRAMESET ROWS="5%,95%" BORDER=0>
<FRAME SRC="status.php" NAME="exampletoc">
<FRAME SRC="rascsi.php" NAME="examplecontent">
<NOFRAMES>You must use a browser that can display frames
to see this page. </NOFRAMES>
</FRAMESET>
</HTML>