initial commit

This commit is contained in:
root
2023-06-12 09:14:09 +02:00
commit b4912f303e
2545 changed files with 209350 additions and 0 deletions

View 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>