Incam_MaquetaIntranet/referencia/template/404.html

105 lines
3.5 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>404 Page Not Found | Mandy Lane - Premium Admin Template</title>
<link rel="stylesheet" media="screen" href="css/style.css" />
<!--[if IE 9]>
<link rel="stylesheet" media="screen" href="css/ie9.css"/>
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" media="screen" href="css/ie8.css"/>
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" media="screen" href="css/ie7.css"/>
<![endif]-->
<script type="text/javascript" src="js/plugins/jquery-1.7.min.js"></script>
<script type="text/javascript" src="js/plugins/jquery-ui-1.8.16.custom.min.js"></script>
<script type="text/javascript" src="js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="js/plugins/jquery.colorbox-min.js"></script>
<script type="text/javascript" src="js/custom/general.js"></script>
</head>
<body class="bodygrey page404">
<div class="headerspace"></div>
<div class="header">
<form id="search" action="" method="post">
<input type="text" name="keyword" /> <button class="searchbutton"></button>
</form>
<div class="topheader">
<ul>
<li class="note">
<a href="pages/message.html" class="messagenotify">
<span class="wrap">
<span class="thicon msgicon"></span>
<span class="count">1</span>
</span>
</a>
</li>
<li class="note">
<a href="pages/info.html" class="alertnotify">
<span class="wrap">
<span class="thicon infoicon"></span>
<span class="count">5</span>
</span>
</a>
</li>
</ul><!--horMenu-->
</div><!--topheader-->
<!--logo-->
<a href=""><img src="images/logo2.png" alt="Logo" /></a>
<div class="tabmenu">
<ul>
<li><a href="dashboard.html" class="dashboard"><span>Dashboard</span></a></li>
<li><a href="elements.html" class="elements"><span>Elements</span></a>
<ul class="subnav">
<li><a href=""><span>Sub Menu One</span></a></li>
<li><a href=""><span>Sub Menu Two</span></a></li>
<li><a href=""><span>Sub Menu Three</span></a></li>
</ul>
</li>
<li><a href="reports.html" class="reports"><span>Reports</span></a></li>
<li><a href="users.html" class="users"><span>Users</span></a></li>
</ul>
</div><!--tabmenu-->
<div class="accountinfo">
<img src="images/avatar.png" alt="Avatar" />
<div class="info">
<h3>John Doe</h3>
<small>youremail@domain.com</small>
<p>
<a href="">Account Settings</a> <a href="index.html">Logout</a>
</p>
</div><!--info-->
</div><!--accountinfo-->
</div><!--header-->
<div class="errorpage">
<h1>Page Not Found</h1>
<br />
<p>The page you are looking for is not found.</p>
</div><!-- errorpage -->
<br />
<div class="footer footer_float">
<div class="footerinner">
&copy; 2011. Mandy Lane Premium Template. All Rights Reserved.
</div><!-- footerinner -->
</div><!-- footer -->
</body>
</html>