remove auto reload

This commit is contained in:
t3chn0m4g3 2024-01-05 22:07:19 +01:00
parent 7ba5567e70
commit 2fe2d59129

View file

@ -54,12 +54,6 @@
lucide.createIcons();
</script>
<!-- Auto-Reload -->
<script>
setTimeout(function(){
window.location.reload(1);
}, 60000);
</script>
</body>
<!-- Developed and designed by Miguel R. Ávila: -->