Fixed refresh interval of loading screen

This commit is contained in:
CalDescent 2021-10-17 16:55:32 +01:00
parent f0e13fa492
commit d6d564c027

View File

@ -2,7 +2,7 @@
<head>
<title>Loading...</title>
<script>
setTimeout(window.location.reload.bind(window.location), 1);
setTimeout(window.location.reload.bind(window.location), 2500);
</script>
<style>
body {