15 lines
367 B
PHP
Raw Normal View History

2020-10-05 10:39:22 +02:00
<html>
<link href="./anim.css" rel="stylesheet">
<?php
print_r($_REQUEST);
?>
<br /><br /><br /><br /> <center><div class="radial-timer s-animate"> <div class="radial-timer-half"></div> <div class="radial-timer-half"></div></center>
<script>
setTimeout(function () {
window.location.href = "./index.php";
}, 5000);
</script>
</html>