5 lines
68 B
Plaintext
Raw Normal View History

2012-11-18 14:00:20 +01:00
<%@ Language= "VBScript" %>
<%
Response.Write("Hello World")
%>