moved from dev to prod
This commit is contained in:
14
tools/highwire/html/sample/col_test.htm
Normal file
14
tools/highwire/html/sample/col_test.htm
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>A Javascript And Frames Enhanced CGI Test</TITLE>
|
||||
</HEAD>
|
||||
<FRAMESET COLS="35%,35%,30%">
|
||||
<FRAME SRC="excerpt.htm" NAME="cgiframe">
|
||||
<FRAMESET ROWS="50%,50%">
|
||||
<FRAME SRC="test2.htm" NAME="outputframe">
|
||||
<FRAME SRC="isolatin.htm" NAME="testframe">
|
||||
</FRAMESET>
|
||||
<FRAME SRC="excerpt.htm" NAME="cgiframe">
|
||||
</FRAMESET>
|
||||
</HTML>
|
||||
Reference in New Issue
Block a user