<html>
    <head>
        <title>ASP Example</title>
    </head>
    <body>
        <% Response.Write "Hello!" %>
    </body>
</html>