2025-11-05 20:49:00 -09:00

6 lines
85 B
Plaintext

<%
response.header("Content-Type",
"application/json");
response.html(410,
"");
%>