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
+10
View File
@@ -0,0 +1,10 @@
<%@ page contentType="text/html;charset=MS949"%><%
String xmlData = (String)request.getAttribute("param");
%>
<html>
<body>
<textarea style="width:100%;height:100%">
<%= xmlData%>
</textarea>
</body>
</html>