2012-11-18 14:00:20 +01:00

5 lines
68 B
Plaintext

<%@ Language= "VBScript" %>
<%
Response.Write("Hello World")
%>