<!DOCTYPE html>
<html>
<body>
<%
response.write("<h1>Hello World!</h1>")
%>
</body>
</html>