<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="https://www.cba.pl/scripts/punycode.js"></script>
<script type="text/javascript">
var pattern = /www\./i;
var domena = location.host;
if (domena.match(pattern)) {
    domena = domena.substr(4);
}
domena = toUnicode(domena);

function kuki()
{
    var d = new Date();
    d.setTime(d.getTime() + (30*24*60*60*1000));
    var expires = "expires="+ d.toUTCString();
    document.cookie = "cbatest7=blablabla;" + expires + ";path=/";
    window.location.reload();
}

function getDomain()
{
    return 'https://www.cba.pl/pl/donate/' + domena;
}

</script>
<title>CBA</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" type="image/png" href="https://www.cba.pl/img/favicon.png">
<!--start:!isRtl-->
<style type="text/css">
html,body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif, Verdana, Helvetica;
	background-color: transparent;
	color: #0D56C2;
	font-weight:normal;
	background: url(https://www.cba.pl/img/404.png);
	background-size: cover;
	background-attachment: fixed;
}
body > table
{
	filter: none !important;
}
a:link,a:visited,a:hover
{
	color: #0D56C2;
}
.domain
{
	font-weight:bold;
	font-size: 120%;
}
h1
{
    color:#0D56C2;
}
h2
{
    font-weight: normal;
    color:w#0D56C2;
}
h4
{
    font-weight: normal;
    color:#0D56C2;
}
.first_part
{
	border-bottom: 0px solid #C5C5C5;
	padding: 10px;
	padding-bottom: 10px;
}
.first_part img
{
	height:auto;
	margin-bottom: 5px;
}
.button 
{
  background-color: #2F80F5; /* Blue */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
.button:hover a
{
  background-color: #1b4c96 /* Darker Blue */
  color: white;
}
td	img
{
	vertical-align: middle;
	margin-right: 1px;
}
.tools td div
{
	width: 150px;
	text-align:left;
	height:40px;
}
.tools td div a
{
	text-decoration: none;
}
.tools td:hover a
{
	text-decoration: underline;
}
.tools td div a:first-child
{
	float:left;
	vertical-align: middle;
}
.tools td div a:last-child
{
	vertical-align: middle;
	line-height: 1.2;
}
table td, table tr, table
{
	padding:0px;
	margin:0px;
	border-spacing: 0px;
}
.cbalink
{
	color: #ffffff;
}
.cbalink a
{
	color: #ffffff;
}
#logo
{
	background: url(https://www.cba.pl/img/logo_cba.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 350px;
	height: 90px;
	margin: 0 10px;
	padding-top: 40px;
}
@media all and (max-width: 1400px)
{
	.maintable
	{
		margin-top: 0px !important;
	}
}
@media all and (max-width: 1024px)
{
	table
	{
		width: 100% !important;
	}
	.maintable
	{
		margin-top: 0px !important;
	}
}
@media all and (max-width: 314px)
{
    table
	{
		width: 100% !important;
	}
	.maintable
	{
		margin-top: 0px !important;
	}
    #logo
    {
        background-position: left center;
        background-size: 205px 50px;
        width:95%;
        height:auto;
        padding-top: 100px;
    }
}
</style>
<!--end:!isRtl-->
</head>
<body>
<a href="https://www.cba.pl/"><div id="logo"></div></a>
<table class="maintable" style="width:100%;"	border="0">
	<tr>
		<td height="551" style="vertical-align: top;"><table	border="0" style="width:100%;background-color: rgba(255, 255, 255, 0.85);">
			<tr>
				<td>&nbsp;</td>
				<td align="right">&nbsp;</td>
			</tr>
			<tr>
				<td height="348" align="center">
			<table style="width:100%" height="auto" border="0">
						<tr>
                            <td align="center" valign="middle" style="vertical-align:middle;padding: 1px; margin:3px;">
                                <div class="first_part"><img src="https://www.cba.pl/img/7142-asset.svg" width="220" height="auto" alt="CBA.pl"></div>
                                
                                <!--domena witryny-->
                                    <h1><span class="domain"> <script type="text/javascript">document.write(domena);</script></span></h1>
                                    <h2 style="display: inline-block;">Wchodzisz na stronę hostowaną przez <a href="https://www.cba.pl/"><img src="https://www.cba.pl/img/CBA-Darker.svg" width="auto" height="50" alt="CBA-Logo"></a>, kliknij poniżej aby kontynuować</h2>  
                                
                                <!--button reloads origin domain-->    
                                    <p><button class="button" onclick="return kuki();">Przejdź do strony</button></p>
                                    
                                    <h4>Jeśli <a href="javascript:window.location.href=getDomain()">przejdziesz na PRO</a> za 9.99 PLN/rok, ten ekran nie będzie sie pojawiał.</h4>       
                                </div>
						    </td>
						</tr>
					</table>
		</td>
			</tr>
		</table></td>
	</tr>
</table>
</body>
</html>