Files
eapim-admin/WebContent/jsp/onl/sitemap.html
T
Rinjae c54ef1903f init
2025-09-05 17:16:26 +09:00

9 lines
263 B
HTML

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