| file name: | noconnection.html |
| Size: | 1.31 KB |
| date: | 8 months ago |
This file is located in cool-mysql-error-page.zip
<?php header('Retry-After: 172800'); ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta name="robots" content="noindex,nofollow">
<title>Temporarily Closed</title>
<style type="text/css">
<!--
body {
background: url(background.gif) repeat;
margin: 5px 5px;
text-align: center;
}
div.transbox
{
text-align: left;
margin: 20% auto 0px auto;
width: 420px;
height: 180px;
background-color: #ffffff;
border: 1px solid black;
filter:alpha(opacity=60);
opacity:0.6;
-moz-border-radius-bottomleft: 7px;
-moz-border-radius-bottomright: 7px;
}
div.transbox p
{
margin-left: 30px;
font-family: "Verdana", sans-serif;
font-weight: bold;
color: #000000;
}
div.transbox h1
{
margin-left: 30px;
}
-->
</style>
</head>
<body>
<div class="transbox">
<p><h1>Mysql Error</h1></p>
<p>I can't join to the Specific mysql database.</p>
<p>The mysql is down maybe by server load!</p>
</div>
<p style="color:White;text-align: center;">Designed by <a
style="color:White;" href="http://www.jooria.com">Jooria Refresh Your
Website</a></p>
</body>
</html>