24 lines
603 B
PHP
Raw Normal View History

2020-10-05 10:53:05 +02:00
<!--
@ Author: JunkJumper
@ Link: https://github.com/JunkJumper
@ Copyright: Creative Common 4.0 (CC BY 4.0)
@ Create Time: 05-10-2020 10:29:32
@ Modified by: JunkJumper
@ Modified time: 05-10-2020 10:51:10
-->
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>