최초등록

This commit is contained in:
sp1000je
2026-02-23 10:01:00 +09:00
commit 7bc9767bf4
3120 changed files with 198447 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<%
If poc_topinclude = "" Then ' 없으면 기본으로..
%>
<!--#include virtual="/content/poll/top_html.asp" -->
<%
else
server.execute(poc_topinclude)
End If
response.write poc_tophtml
%>