same message as in other languages

This commit is contained in:
Petr Severa
2012-11-18 14:00:20 +01:00
parent 4c4d25f29f
commit a89ffa2cdf

View File

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