14 lines
660 B
HTML
14 lines
660 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Przekierowywanie...</title>
|
||
|
<script>
|
||
|
// ====================================================================================================================
|
||
|
// This text is simply to make sure the file is bigger than 512 bytes, else, internet explorer will ignore it.
|
||
|
// Thank you internet explorer for requiring such awesome workarounds in order to work properly
|
||
|
// ====================================================================================================================
|
||
|
</script>
|
||
|
<meta http-equiv="refresh" content="0;URL='/polityka-prywatnosci/'">
|
||
|
</head>
|
||
|
</html>
|