/src/main/webapp/WEB-INF/jsp/error/error408.jsp
JavaServer Pages | 40 lines | 37 code | 3 blank | 0 comment | 0 complexity | dc8f30bbf63acacac53668a66c86b6bc MD5 | raw file
1<%@ page language="java" contentType="text/html; charset=ISO-8859-1" 2 pageEncoding="ISO-8859-1"%> 3<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 4<html> 5 <head> 6 <title>India incubator program - Page not found</title> 7 <meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"/> 8 <link media="screen, tv, projection, print" href="<%=request.getContextPath()%>/public/css/common.css" type="text/css" rel="stylesheet" /> 9 <link href="<%=request.getContextPath()%>/public/css/commom-id.css" type="text/css" rel="stylesheet" /> 10 </head> 11 12 <body> 13 <div id="container" > 14 <!-- header --> 15 <div> 16 <div id="header" > 17 <div id="logo"> 18 <img src="<%=request.getContextPath()%>/public/images/thoughtsite-logo.gif" alt="" width="158" height="70" class="ie-top ie-top-mar-10 ie-bottom-mar-5"/> 19 </div> 20 </div> 21 22 </div> 23 <!-- start body --> 24 <div id="wrapper"> 25 <div id="internal-pg-content"> 26 <div class="ie-error" >Error! 27 </div> 28 <div ><h1 class="ie-error-heading">Timed out!</h1> 29 </div> 30 <div class="ie-error-msg ">Your request has been timed out, Please try after sometime. 31 </div> 32 </div> 33 <!-- start footer --> 34 <div id="footer"> © 2009 Google 35 </div> 36 </div> 37 </div> 38 </bodyY> 39</html> 40