"exo 1 tp3 ok"
This commit is contained in:
15
2020-2021/TD3/post.php
Normal file
15
2020-2021/TD3/post.php
Normal 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>
|
Reference in New Issue
Block a user