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>
<body>
<% Response.Write "Hello World! How are you today?" %>
</body>
</html>
<%@ Language= "VBScript" %>
<%
Response.Write("Hello World")
%>