added asp

This commit is contained in:
Mike Donaghy
2008-07-27 23:57:08 -04:00
parent a026b8c28a
commit 38ecf1758c

5
a/asp.asp Normal file
View File

@@ -0,0 +1,5 @@
<html>
<body>
<% Response.Write "Hello World! How are you today?" %>
</body>
</html>