"depot projets 2019"

This commit is contained in:
JunkJumper
2020-05-01 20:56:26 +02:00
parent 83ebf9a87c
commit 6a1ce75149
32 changed files with 1080 additions and 0 deletions

15
TD3/post.php Normal file
View File

@ -0,0 +1,15 @@
<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";
}, 3000);
</script>
</html>