mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-21 23:29:39 +00:00
Created a frame around the rascsi interface and a status frame that will automatically update
This commit is contained in:
parent
9345e0dbe4
commit
b8874d1e27
9
src/php/rascsi.html
Normal file
9
src/php/rascsi.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user