Initial check in

This commit is contained in:
2026-01-03 19:05:48 +01:00
commit 1254878a31
253 changed files with 30484 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<html>
<head>
<title>You need a browser that supports frame to veiw this page.</title>
<meta name="GENERATOR" content="Namo WebEditor v5.0">
<meta name="description" content="Makes a banner frame in the top, menu frame in the left, and main frame in the right. Hyperlinks in the banner frame are targeted to the menu frame.">
</head>
<frameset rows="60, 89%" cols="1*" border="0">
<frame name="banner" scrolling="no" marginwidth="10" marginheight="14" namo_target_frame="contents" src="main_hlp/Caption.htm">
<frameset rows="1*" cols="200, 80%">
<frame name="contents" scrolling="auto" marginwidth="10" marginheight="14" namo_target_frame="detail" src="main_hlp/mainmenu.htm">
<frame name="detail" scrolling="yes" marginwidth="10" marginheight="14" src="main_hlp/Overview.htm">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<p>You need a browser that supports frame to veiw this page.</p>
</body>
</noframes>
</frameset>
</html>