<!
-- Error Page 404 -->
<b:if cond='data:blog.pageType == "error_page"'>
<div class='oops'>
<div class='separator' style='clear: both; text-align: center;'>
<a href='http://www.sitesbay.com/files/404.gif' imageanchor='1'
style='margin-left: 1em; margin-right: 1em;'><img border='0' height='250'
src='http://www.sitesbay.com/files/404.gif' width='250'/></a>
</div>
<br/>
<div class='error' style='color: red;'><b>Error 404 | Page not
found</b></div><br/>
<br/>
<br/>
<div class='instructions'>
Back to <span style='color: red;'><b><a
expr:href='data:blog.homepageUrl'>Home</a></b></span> and search again
</div>
<br/>
<br/>
<div class='contact'>Or contact us<b><a
href='https://technosoft19.blogspot.com/p/contact.html'>Contact Page</a></b></div>
<br/><br/>
</div>
<style type='text/css'>
.oops {
background: #ededed;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%
}
.container{
display: none
}
.error {
margin-top: 20px
}
.error,
.instructions,
.contact {
text-align: center;
font-size: 24px
}
.instructions a, .contact a {
color: #FFFFFF;
background: #4bce08;
padding: 2px 5px;
border-radius: 5px;
}
}
</style>
</b:if>
<!-- End Error Page 404 -->