5 lines
68 B
Plaintext
5 lines
68 B
Plaintext
|
|
<%@ Language= "VBScript" %>
|
||
|
|
<%
|
||
|
|
Response.Write("Hello World")
|
||
|
|
%>
|