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