wynnbuilder-idk/index.html

11 lines
323 B
HTML
Raw Normal View History

2021-01-06 12:48:41 +00:00
<!DOCTYPE html>
<html>
2022-05-12 10:09:01 +00:00
<body>JS not enabled :(</body>
<script type="text/javascript">
let getUrl = window.location;
let baseUrl = getUrl .protocol + "//" + getUrl.host + "/" + getUrl.pathname.split('/')[1];
let hash = window.location.hash;
window.location.href = baseUrl + "builder/" + hash;
</script>
2021-01-06 12:48:41 +00:00
</html>