Skip to content

Commit

Permalink
Try to comeback to down site.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreGUY committed Nov 26, 2024
1 parent b8aee5d commit bcfc86e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dsi/maintenance.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">

<script>
window.addEventListener('load', (event) => {
const urlParams = new URLSearchParams(window.location.search);
let newUrl = decodeURIComponent(urlParams.toString().slice(0, -1));
setTimeout(()=>{
window.location.replace(newUrl);
},
30000)
})
</script>

<style>
:root {
--primary : #0097A7;
Expand Down

0 comments on commit bcfc86e

Please sign in to comment.