<%response.sendRedirect("index.html");%>
<%pageContext.forward("index.html");%>
<jsp:forward page="index.html" />