Project finished 💕

master
Roxane ROSSETTO 2 years ago
parent 008a899a90
commit 0121031e4b

@ -51,12 +51,3 @@
</div> </div>
</body> </body>
</html> </html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login</title>
</head>
<body>

@ -32,11 +32,10 @@
</p> </p>
{% endfor %} {% endfor %}
<script> <script>
// Actualiser la page toutes les 5 secondes // Actualiser la page toutes les 3 heures
setTimeout(function(){ setTimeout(function(){
location.reload(); location.reload();
}, 50000000); }, 10800000);
</script> </script>
</body> </body>
</html> </html>

@ -26,10 +26,10 @@
</p> </p>
{% endfor %} {% endfor %}
<script> <script>
// Actualiser la page toutes les 5 secondes // Actualiser la page toutes les 3 heures
setTimeout(function(){ setTimeout(function(){
location.reload(); location.reload();
}, 50000); }, 10800000);
</script> </script>
</body> </body>
</html> </html>
Loading…
Cancel
Save