Created
December 22, 2023 21:36
-
-
Save thezakman/a9038ec97e187814eab7fe22f8432608 to your computer and use it in GitHub Desktop.
1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@ Language="VBScript" %> | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Hello in ASP</title> | |
</head> | |
<body> | |
<% Response.Write("Hello") %> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment