"exo 1 tp3 ok"

This commit is contained in:
JunkJumper
2020-10-05 10:39:22 +02:00
parent ce809b7466
commit 1a50cabfb4
5 changed files with 252 additions and 0 deletions

15
2020-2021/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";
}, 5000);
</script>
</html>