/a/asp.asp

http://github.com/AdamHarte/hello-world · ASP · 5 lines · 5 code · 0 blank · 0 comment · 0 complexity · e4e3622e857a4ac2347edb41cdb9de3f MD5 · raw file

  1. <html>
  2. <body>
  3. <% Response.Write "Hello World! How are you today?" %>
  4. </body>
  5. </html>