diff --git a/a/asp.asp b/a/asp.asp index 3f94899a..8669d31f 100644 --- a/a/asp.asp +++ b/a/asp.asp @@ -1,5 +1,4 @@ - - - <% Response.Write "Hello World! How are you today?" %> - - +<%@ Language= "VBScript" %> +<% + Response.Write("Hello World") +%>