<!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.</title>
<script type="text/javascript" src="https://www.cabanova.com/static/js/jquery.pub.min.js"></script>
<style type="text/css">
img {border: none}
div.main
{
width: 414px;
margin-left: auto;
margin-right: auto;
margin-top: 60px;
}
div.right
{
float: left;
background: #cb7c76;
width: 221px;
color: #f8eeed;
font-size: 0.75em;
font-family: Tahoma, sans-serif;
text-align: left;
line-height: 18px;
}
div.right a { color: #f8eeed; }
div.right .padd { padding-bottom: 10px; padding-left: 10px; padding-right: 8px; padding-top: 5px; }
div.cb { clear:both; height: 0; font-size: 0; }
</style>
</head>
<body style="margin: 0; padding: 0;">
<div class="main">
<a href="https://www.cabanova.com/" title="Build your best business website ever. HTML5 site builder, domains and email hosting."><img id="logo" src="https://www.cabanova.com/static/images/cabanovatx_lock_logo.png" style="float:left;display:none" border="0" /></a>
<div id="no-logo" style="float:left;background:#aaa; color:white; font-size: 40px; font-weight:bold; padding:30px">
404
</div>
<img style="float:left; margin:17px 0 0 11px" src="https://www.cabanova.com/static/images/arr_l1.gif" />
<div class="right" style="min-height:60px">
<div class="padd" id="reason"></div>
</div>
<div class="cb"></div>
</div>
<script>
var url = 'https://sitebuilder.cabanova.com/action/404';
if (/cabanova/.test(self.location.host)) {
$('#logo').show();
$('#no-logo').hide();
}
function onReady(ret) {
var index = self.location.pathname.indexOf('/draft/') == 0 ? self.location.host + '/draft/' : self.location.host;
ret = ret.replace('{$domain}', '<a href="https://' + index + '">' + index + '</a>');
$('#reason').html(ret);
}
var data = {
h: self.location.host,
p: self.location.pathname
}
$.ajax(url + '?' + $.param(data), {
jsonp: 'cbjp',
crossDomain: true,
dataType: 'jsonp',
success: onReady
});
</script>
</body>
</html>