<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> | |
<meta name="description" content="Confirmed opt-in confirmation page." /> | |
<meta name="keywords" content="confirmed opt-in double optin" /> | |
<title>Subscription Confirmation</title> | |
<style type="text/css"> | |
body { | |
font-family:Verdana, Arial, sans-serif; | |
font-size:12px; | |
} | |
.container { | |
border:1px solid #e4e4e4; | |
margin:20px auto 0px; | |
padding:25px; | |
max-width:800px; | |
} | |
h1 { | |
font-size:21px; | |
font-weight:normal; | |
margin-bottom:25px; | |
} | |
.footer { | |
font-size:11px; | |
margin:10px auto; | |
text-align:center; | |
max-width:800px; | |
} | |
a img {border: 0px} | |
#audioPlayer {float: right; margin: 0 10px 0 20px;} | |
#close {font-size: 12px; text-align: center;} | |
</style> | |
</head> | |
<body> | |
<div class="container"> | |
<div style="text-align: center;"> | |
<br/><br/><br/> | |
The page you were looking for could not be found<br/> | |
<br/> | |
<p><a href="#" onclick="history.back(); setTimeout('window.close()', 500); return false;">Return to the last page.</a></p> | |
<br/> | |
</div> | |
<div class="footer"> | |
Copyright © 1998-2015. All rights reserved. Reproduction strictly prohibited.<br/> | |
<a href="/antispam.htm">No Spam Policy</a> & <a href="/permission.htm">Privacy Policy</a> | |
</div> | |
</div> | |
</body> | |
</html> |
COMMENTS