se-hub/templates/views/404/index.html
Sagi Dayan 7684936631 Cleaning some code and Packages
Moving the API to a Package.
added 404 page
removed some methods
2015-05-09 22:52:30 +03:00

27 lines
775 B
HTML

<html>
<head>
<title>0hh Website Template | Home :: W3layouts</title>
<meta name="keywords" content="404 iphone web template, Andriod web template, Smartphone web template, free webdesigns for Nokia, Samsung, LG, SonyErricsson, Motorola web design" />
<link href="templates/views/404/css/style.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<div class="header">
<div class="logo">
<h1><a href="#">SE-Hub Says: "Ohhhh.... :( "</a></h1>
</div>
</div>
<div class="content">
<img src="templates/views/404/images/error-img.png" title="error" />
<p><span><label>O</label>hh.....</span>You Requested the page that is no longer There.</p>
<a href="#">Back To Home</a>
</div>
</div>
</body>
</html>