Skip to content

Commit

Permalink
redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
TheElevatedOne committed Nov 10, 2024
1 parent 7751314 commit 5894862
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@
window.open("https://m.elevated.ovh", "_self")
}
}

redirect()
</script>
</head>
<body onload="redirect(); reportWindowSize(); updateClock(); setInterval('updateClock()', 1000 )">
<body onload="reportWindowSize(); updateClock(); setInterval('updateClock()', 1000 )">
<div class="wrong-size" id="wrong-size">
<span id="wrong-size-text">
</span>
Expand Down

0 comments on commit 5894862

Please sign in to comment.