mirror of
https://github.com/thewesker/RASCSI.git
synced 2025-12-20 12:21:10 -05:00
Created a frame around the rascsi interface and a status frame that will automatically update
This commit is contained in:
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>
|
||||||
Reference in New Issue
Block a user