Merge pull request #90 from segeda/asp

in asp same message as in other languages
This commit is contained in:
Mike Donaghy
2014-06-20 02:09:47 -04:00

View File

@@ -1,5 +1,4 @@
<html> <%@ Language= "VBScript" %>
<body> <%
<% Response.Write "Hello World! How are you today?" %> Response.Write("Hello World")
</body> %>
</html>