Untitled
Guest 30 3rd Dec, 2024
<!DOCTYPE html>
<html lang="pl-PL">
<head>
<meta charset="UTF-8"/>
</head>
<body>
<h1>
<script type="text/javascript">
function przekierowanie(){
window.location.replace("http://www.wsip.pl/");
}
setTimeout("przekierowanie();", 10000);
document.write("Za 10 s. nastąpi przekierowanie na stronę <br>");
document.write("www.wsip.pl");
</script>
</h1>
</body>
</html>
To share this paste please copy this url and send to your friends
RAW Paste Data