Skip to content

Instantly share code, notes, and snippets.

@thezakman
Created December 22, 2023 21:36
Show Gist options
  • Save thezakman/a9038ec97e187814eab7fe22f8432608 to your computer and use it in GitHub Desktop.
Save thezakman/a9038ec97e187814eab7fe22f8432608 to your computer and use it in GitHub Desktop.
1
<%@ 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