This commit is contained in:
Rinjae
2025-09-05 17:16:26 +09:00
commit c54ef1903f
4947 changed files with 817291 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<html>
<head>
<title>index base page</title>
</head>
<frameset cols="0%,100%" id="indexbase" border="0">
<FRAME src="./callagent.jsp" name="indexleft" scrolling="no">
<FRAME src="./sitemap.jsp" name="indexmain" scrolling="auto">
</frameset>
</html>